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 | 脩弑 | 11100011111110011001110001010101 | e3f99c55 |
EUC-JP | 脩弑 | 11100110111110111101011110110110 | e6fbd7b6 |
UTF-8 | 脩弑 | 111010001000010010101001111001011011110010010001 | e884a9e5bc91 |
UHC | 脩弑 | 11100010101110111110001110111101 | e2bbe3bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)