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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 蟠卓茜B | 11100101101101001001000111101100100010001010100101000010 | e5b491ec88a942 |
EUC-JP | 蟠卓茜B | 11101010101101101100001011101110101100001010101101000010 | eab6c2eeb0ab42 |
UTF-8 | 蟠卓茜B | 11101000100111111010000011100101100011011001001111101000100011001001110001000010 | e89fa0e58d93e88c9c42 |
UHC | 蟠卓?B | 110110101111011011110110111100010011111101000010 | daf6f6f13f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)