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 | 諄럤 | 111010001010101110000100111010111001111110100100 | e8ab84eb9fa4 |
UHC | 諄럤 | 11100010111101001000111010000111 | e2f48e87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)