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 | 績?iB | 100100001101000100111111100000101000100101000010 | 90d13f828942 |
EUC-JP | 績?iB | 110000001101001100111111101000111110100101000010 | c0d33fa3e942 |
UTF-8 | 績멱iB | 11100111101110001011111011101011101010011011000111101111101111011000100101000010 | e7b8beeba9b1efbd8942 |
UHC | 績멱iB | 11101110111000001011100011101000101000111110100101000010 | eee0b8e8a3e942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)