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 | æBäPæB | 1110011001000010100010111110010010001100010100001110011001000010 | e6428be48c50e642 |
SJIS-WIN | ?B???P?B | 0011111101000010001111110011111100111111010100000011111101000010 | 3f423f3f3f503f42 |
EUC-JP | æB?ä?PæB | 1000111110101001110000010100001000111111100011111010101110100011001111110101000010001111101010011100000101000010 | 8fa9c1423f8faba33f508fa9c142 |
UTF-8 | æBäPæB | 11000011101001100100001011000010100010111100001110100100110000101000110001010000110000111010011001000010 | c3a642c28bc3a4c28c50c3a642 |
UHC | æB???PæB | 10101001101000010100001000111111001111110011111101010000101010011010000101000010 | a9a1423f3f3f50a9a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)