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æOB | 11100110010000101000101111100110100100000100111101000010 | e6428be6904f42 |
SJIS-WIN | ?B???OB | 00111111010000100011111100111111001111110100111101000010 | 3f423f3f3f4f42 |
EUC-JP | æB?æ?OB | 1000111110101001110000010100001000111111100011111010100111000001001111110100111101000010 | 8fa9c1423f8fa9c13f4f42 |
UTF-8 | æBæOB | 1100001110100110010000101100001010001011110000111010011011000010100100000100111101000010 | c3a642c28bc3a6c2904f42 |
UHC | æB?æ?OB | 101010011010000101000010001111111010100110100001001111110100111101000010 | a9a1423fa9a13f4f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)