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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 魏?B | 11101001101100000011111101000010 | e9b03f42 |
EUC-JP | 魏?B | 11110010101100100011111101000010 | f2b23f42 |
UTF-8 | 魏렒B | 11101001101011011000111111101011101000001001001001000010 | e9ad8feba09242 |
UHC | 魏렒B | 1110101011100000100011101010011101000010 | eae08ea742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)