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 | 髣瑚挙蝨州 | 11101001100101111000110011101000100010111001001111100101100111001000111101000010 | e9978ce88b93e59c8f42 |
| EUC-JP | 髣瑚挙蝨州 | 11110001111101111011100011101010101101011111001111101001111111001011110110100011 | f1f7b8eab5f3e9fcbda3 |
| UTF-8 | 髣瑚挙蝨州 | 111010011010101110100011111001111001000110011010111001101000110010011001111010001001110110101000111001011011011110011110 | e9aba3e7919ae68c99e89da8e5b79e |
| UHC | ?瑚?蝨州 | 0011111111111011110100010011111111100011101001001111000110110110 | 3ffbd13fe3a4f1b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)