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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 迪懃声 | 111001111000110010011100111001111001000010111010 | e78c9ce790ba |
EUC-JP | 迪懃声 | 111011011110110011011000111010011100000010111100 | edecd8e9c0bc |
UTF-8 | 迪懃声 | 111010001011111110101010111001101000011110000011111001011010001110110000 | e8bfaae68783e5a3b0 |
UHC | 迪懃? | 1110111011101000110100001100010000111111 | eee8d0c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)