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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 蝟篭 | 11100101100101101001100001010101 | e5969855 |
EUC-JP | 蝟篭 | 11101001111101101100111110110110 | e9f6cfb6 |
UTF-8 | 蝟篭 | 111010001001110110011111111001111010111110101101 | e89d9fe7afad |
UHC | 蝟? | 111010101101101000111111 | eada3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)