To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
| Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
|---|---|---|---|
| ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 邂九自 | 111001111010111010001011111000111000111010101001 | e7ae8be38ea9 |
| EUC-JP | 邂九自 | 111011101011000010110110111001011011110010101011 | eeb0b6e5bcab |
| UTF-8 | 邂九自 | 111010011000001010000010111001001011100110011101111010001000011110101010 | e98282e4b99de887aa |
| UHC | 邂九自 | 111110101011001111001110111110101110110110111011 | fab3cefaedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)