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 | 冶? | 100101101110100000111111 | 96e83f |
EUC-JP | 冶? | 110011001110101000111111 | ccea3f |
UTF-8 | 冶볿 | 111001011000011010110110111010111011001110111111 | e586b6ebb3bf |
UHC | 冶볿 | 11100101101001111001010001000010 | e5a79442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)