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 | 喇遨邑 | 100110100110100011100111101010011001011101010111 | 9a68e7a99757 |
| EUC-JP | 喇遨邑 | 110100111100100111101110101010111100110110111000 | d3c9eeabcdb8 |
| UTF-8 | 喇遨邑 | 111001011001011010000111111010011000000110101000111010011000001010010001 | e59687e981a8e98291 |
| UHC | 喇?邑 | 1101010011111010001111111110101111101001 | d4fa3febe9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)