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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 赦爾煮邪 | 1000111011001101100011101010001010001110110011111000111011010111 | 8ecd8ea28ecf8ed7 |
| EUC-JP | 赦爾煮邪 | 1011110011001111101111001010010010111100110100011011110011011001 | bccfbca4bcd1bcd9 |
| UTF-8 | 赦爾煮邪 | 111010001011010110100110111001111000100010111110111001111000010110101110111010011000001010101010 | e8b5a6e788bee785aee982aa |
| UHC | 赦爾煮邪 | 1101111011110101111011001011001111101101101101001101111011110111 | def5ecb3edb4def7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)