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 | ? | 00111111 | 3f |
SJIS-WIN | 芒 | 1110010010001010 | e48a |
EUC-JP | 芒 | 1110011111101010 | e7ea |
UTF-8 | 芒 | 111010001000101010010010 | e88a92 |
UHC | 芒 | 1101100011010011 | d8d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)