mirror of
https://github.com/fumiama/unibase2n.git
synced 2026-06-25 06:09:50 +08:00
add more code
This commit is contained in:
38
README.md
38
README.md
@@ -22,32 +22,70 @@ func NewBase(off, til uint16, bit uint8) (bs Base, err error)
|
||||
```
|
||||
12345678 -> 눦듌옚뽣며찈
|
||||
```
|
||||
### Base4096
|
||||
```
|
||||
123456 -> 㜓㘳㝃㤶
|
||||
```
|
||||
|
||||
### Base512
|
||||
```
|
||||
123456789 -> ᑢᓈᖙᕃᒦᖍᖜᐹ
|
||||
```
|
||||
|
||||
### Base256
|
||||
```
|
||||
12345678 -> ᄱᄲᄳᄴᄵᄶᄷᄸ
|
||||
```
|
||||
|
||||
### BaseTanWi
|
||||
```
|
||||
12345678 -> ㌱㌲㌳㌴㌵㌶㌷㌸
|
||||
```
|
||||
|
||||
### Base128
|
||||
```
|
||||
1234567 -> ⑸⒬⒦⒓⒁⒴Ⓦ⒗
|
||||
```
|
||||
### BaseDevanagari
|
||||
```
|
||||
1234567 -> घौॆळड॔६ष
|
||||
```
|
||||
|
||||
### Base64Gua
|
||||
```
|
||||
123456 -> ䷌䷓䷈䷳䷍䷃䷔䷶
|
||||
```
|
||||
|
||||
### BaseRune
|
||||
```
|
||||
123456 -> ᚬᚳᚨᛓᚭᚣᚴᛖ
|
||||
```
|
||||
|
||||
### BaseMongolian
|
||||
```
|
||||
123456 -> ᠬᠳᠨᡓᠭᠣᠴᡖ
|
||||
```
|
||||
|
||||
### Base32
|
||||
```
|
||||
12345 -> ▆▄▙▃▆▍▁▕
|
||||
```
|
||||
|
||||
### BaseTibetan
|
||||
```
|
||||
12345 -> ཏཌྷརཌཏབཊཞ
|
||||
```
|
||||
|
||||
### Base16
|
||||
```
|
||||
1234 -> ㆓㆑㆓㆒㆓㆓㆓㆔
|
||||
```
|
||||
|
||||
### BaseBuginese
|
||||
```
|
||||
1234 -> ᨃᨁᨃᨂᨃᨃᨃᨄ
|
||||
```
|
||||
|
||||
### Base8Gua
|
||||
```
|
||||
123456 -> ☱☴☲☳☱☰☶☳☱☵☰☳☲☴☶☶
|
||||
|
||||
Reference in New Issue
Block a user