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 | 閻? | 111010001000010100111111 | e8853f |
EUC-JP | 閻? | 111011111110010100111111 | efe53f |
UTF-8 | 閻딃 | 111010011001011010111011111010111001010010000011 | e996bbeb9483 |
UHC | 閻딃 | 11100111101000101000101011101001 | e7a28ae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)