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 | ?????ßE | 00111111001111110011111100111111001111111101111101000101 | 3f3f3f3f3fdf45 |
SJIS-WIN | 鸚??鸚??E | 111010100101111100111111001111111110101001011111001111110011111101000101 | ea5f3f3fea5f3f3f45 |
EUC-JP | 鸚?ł鸚?ßE | 11110011110000000011111110001111101010011100100011110011110000000011111110001111101010011100111001000101 | f3c03f8fa9c8f3c03f8fa9ce45 |
UTF-8 | 鸚쒖ł鸚쒖ßE | 1110100110111000100110101110110010010010100101101100010110000010111010011011100010011010111011001001001010010110110000111001111101000101 | e9b89aec9296c582e9b89aec9296c39f45 |
UHC | 鸚쒖ł鸚쒖ßE | 11100101101001001001110011101100101010011010100111100101101001001001110011101100101010011010110001000101 | e5a49ceca9a9e5a49ceca9ac45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)