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 | 閻쯆 | 111010011001011010111011111011001010111110000110 | e996bbecaf86 |
UHC | 閻쯆 | 11100111101000101010100101000010 | e7a2a942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)