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 | ¨ö¡§] | 1010100011110110101000011010011101011101 | a8f6a1a75d |
SJIS-WIN | ¨??§] | 10000001010011100011111100111111100000011001100001011101 | 814e3f3f81985d |
EUC-JP | ¨ö¡§] | 1010000110101111100011111010101111010011100011111010001011000010101000011111100001011101 | a1af8fabd38fa2c2a1f85d |
UTF-8 | ¨ö¡§] | 110000101010100011000011101101101100001010100001110000101010011101011101 | c2a8c3b6c2a1c2a75d |
UHC | ¨?¡§] | 1010000110100111001111111010001010101110101000011101011101011101 | a1a73fa2aea1d75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)