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 | 11100100101110111010001101000010 | e4bba342 |
EUC-JP | 莉」B | 1110100010111101100011101010001101000010 | e8bd8ea342 |
UTF-8 | 莉」B | 11101000100011101000100111101111101111011010001101000010 | e88e89efbda342 |
UHC | 莉?B | 11010111111010010011111101000010 | d7e93f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)