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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 飮?△?違 | 1001111101011010001111111000000110100010001111111000100011100001 | 9f5a3f81a23f88e1 |
| EUC-JP | 飮?△?違 | 1101110110111011001111111010001010100100001111111011000011100011 | ddbb3fa2a43fb0e3 |
| UTF-8 | 飮뫢△뿈違 | 111010011010001110101110111010111010101110100010111000101001011010110011111010111011111110001000111010011000000110010101 | e9a3aeebaba2e296b3ebbf88e98195 |
| UHC | 飮뫢△뿈違 | 11101011111001101001000111000010101000011110001010010111100011111110101011011110 | ebe691c2a1e2978feade |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)