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 | 齊捧 | 11101010100011101001010111111001 | ea8e95f9 |
EUC-JP | 齊捧 | 11110011111011101100101011111011 | f3eecafb |
UTF-8 | 齊捧 | 111010011011110110001010111001101000110110100111 | e9bd8ae68da7 |
UHC | 齊捧 | 11110000101110101101110011101001 | f0badce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)