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 | ±÷^ | 101100011111011101011110 | b1f75e |
SJIS-WIN | ±÷^ | 1000000101111101100000011000000001011110 | 817d81805e |
EUC-JP | ±÷^ | 1010000111011110101000011110000001011110 | a1dea1e05e |
UTF-8 | ±÷^ | 1100001010110001110000111011011101011110 | c2b1c3b75e |
UHC | ±÷^ | 1010000110111110101000011100000001011110 | a1bea1c05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)