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 | 螂翠 | 11100101101001011001000010001001 | e5a59089 |
EUC-JP | 螂翠 | 11101010101001111011111111101001 | eaa7bfe9 |
UTF-8 | 螂翠 | 111010001001111010000010111001111011111110100000 | e89e82e7bfa0 |
UHC | 螂翠 | 11010101110011001111011010101000 | d5ccf6a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)