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 | æBOB | 11100110010000101000101110001010100011010100111101000010 | e6428b8a8d4f42 |
SJIS-WIN | ?B???OB | 00111111010000100011111100111111001111110100111101000010 | 3f423f3f3f4f42 |
EUC-JP | æB???OB | 100011111010100111000001010000100011111100111111001111110100111101000010 | 8fa9c1423f3f3f4f42 |
UTF-8 | æBOB | 1100001110100110010000101100001010001011110000101000101011000010100011010100111101000010 | c3a642c28bc28ac28d4f42 |
UHC | æB???OB | 1010100110100001010000100011111100111111001111110100111101000010 | a9a1423f3f3f4f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)