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 | 揶? | 100111011000100000111111 | 9d883f |
EUC-JP | 揶? | 110110011110100000111111 | d9e83f |
UTF-8 | 揶짟 | 111001101000111110110110111011001010011110011111 | e68fb6eca79f |
UHC | 揶짟 | 11100101101010101010010001000010 | e5aaa442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)