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 | ??^ | 001111110011111101011110 | 3f3f5e |
| SJIS-WIN | ?郵^ | 00111111100101110101100001011110 | 3f97585e |
| EUC-JP | ?郵^ | 00111111110011011011100101011110 | 3fcdb95e |
| UTF-8 | 잏郵^ | 11101100100111101000111111101001100000111011010101011110 | ec9e8fe983b55e |
| UHC | 잏郵^ | 1001111111100111111010011110100001011110 | 9fe7e9e85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)