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 | 蟾 | 11100101101101111111000010100111 | e5b7f0a7 |
EUC-JP | 蟾? | 111010101011100100111111 | eab93f |
UTF-8 | 蟾 | 111010001001111110111110111011101000000110100110 | e89fbeee81a6 |
UHC | 蟾? | 111000001110101000111111 | e0ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)