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 | 楢冷? | 1001001111101000100101111110001000111111 | 93e897e23f |
| EUC-JP | 楢冷? | 1100011011101010110011101110010000111111 | c6eacee43f |
| UTF-8 | 楢冷꺌 | 111001101010010110100010111001011000011010110111111010101011101010001100 | e6a5a2e586b7eaba8c |
| UHC | 楢冷꺌 | 111010101111100111010101110100101011001010100111 | eaf9d5d2b2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)