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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ??藜? | 0011111100111111111001010101101100111111 | 3f3fe55b3f |
| EUC-JP | ??藜? | 0011111100111111111010011011110000111111 | 3f3fe9bc3f |
| UTF-8 | 뤛퐥藜쩡 | 111010111010010010011011111011011001000010100101111010001001011110011100111011001010100110100001 | eba49bed90a5e8979ceca9a1 |
| UHC | 뤛퐥藜쩡 | 1000111111001010101111011000111011010101111011011100001011000100 | 8fcabd8ed5edc2c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)