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 | 諄? | 111001100111100000111111 | e6783f |
EUC-JP | 諄? | 111010111101100100111111 | ebd93f |
UTF-8 | 諄깳 | 111010001010101110000100111010101011100110110011 | e8ab84eab9b3 |
UHC | 諄깳 | 11100010111101001000001110100001 | e2f483a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)