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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蜈?鬱?^ | 11100101100001010011111110011111010101000011111101011110 | e5853f9f543f5e |
EUC-JP | 蜈?鬱?^ | 11101001111001010011111111011101101101010011111101011110 | e9e53fddb53f5e |
UTF-8 | 蜈렏鬱렏^ | 11101000100111001000100011101011101000001000111111101001101011001011000111101011101000001000111101011110 | e89c88eba08fe9acb1eba08f5e |
UHC | 蜈렏鬱렏^ | 111010001010010110001110101001011110101010100110100011101010010101011110 | e8a58ea5eaa68ea55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)