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 | 垓?垓?^ | 10011010101101000011111110011010101101000011111101011110 | 9ab43f9ab43f5e |
EUC-JP | 垓?垓?^ | 11010100101101100011111111010100101101100011111101011110 | d4b63fd4b63f5e |
UTF-8 | 垓책垓책^ | 11100101100111101001001111101100101100011000010111100101100111101001001111101100101100011000010101011110 | e59e93ecb185e59e93ecb1855e |
UHC | 垓책垓책^ | 111110101010011111000011101001011111101010100111110000111010010101011110 | faa7c3a5faa7c3a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)