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 | ¨¡©] | 1010100010101101101000011010100101011101 | a8ada1a95d |
SJIS-WIN | ¨???] | 100000010100111000111111001111110011111101011101 | 814e3f3f3f5d |
EUC-JP | ¨?¡©] | 10100001101011110011111110001111101000101100001010001111101000101110110101011101 | a1af3f8fa2c28fa2ed5d |
UTF-8 | ¨¡©] | 110000101010100011000010101011011100001010100001110000101010100101011101 | c2a8c2adc2a1c2a95d |
UHC | ¨¡?] | 1010000110100111101000011010100110100010101011100011111101011101 | a1a7a1a9a2ae3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)