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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 齊瓦齊瓦^ | 111010101000111010001010101000101110101010001110100010101010001001011110 | ea8e8aa2ea8e8aa25e |
EUC-JP | 齊瓦齊瓦^ | 111100111110111010110100101001001111001111101110101101001010010001011110 | f3eeb4a4f3eeb4a45e |
UTF-8 | 齊瓦齊瓦^ | 11101001101111011000101011100111100100111010011011101001101111011000101011100111100100111010011001011110 | e9bd8ae793a6e9bd8ae793a65e |
UHC | 齊瓦齊瓦^ | 111100001011101011101000101111111111000010111010111010001011111101011110 | f0bae8bff0bae8bf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)