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 | 堰冷? | 1000100110000001100101111110001000111111 | 898197e23f |
| EUC-JP | 堰冷? | 1011000111100001110011101110010000111111 | b1e1cee43f |
| UTF-8 | 堰冷꺌 | 111001011010000010110000111001011000011010110111111010101011101010001100 | e5a0b0e586b7eaba8c |
| UHC | 堰冷꺌 | 111001011110100011010101110100101011001010100111 | e5e8d5d2b2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)