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 | 聆 | 11100011110101111111011011010100 | e3d7f6d4 |
EUC-JP | 聆? | 111001101101100100111111 | e6d93f |
UTF-8 | 聆 | 111010001000000110000110111011101001001110111011 | e88186ee93bb |
UHC | 聆? | 110101101100000000111111 | d6c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)