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 | ¨ö¨] | 1010100011110110101010001010110101011101 | a8f6a8ad5d |
SJIS-WIN | ¨?¨?] | 10000001010011100011111110000001010011100011111101011101 | 814e3f814e3f5d |
EUC-JP | ¨ö¨?] | 101000011010111110001111101010111101001110100001101011110011111101011101 | a1af8fabd3a1af3f5d |
UTF-8 | ¨ö¨] | 110000101010100011000011101101101100001010101000110000101010110101011101 | c2a8c3b6c2a8c2ad5d |
UHC | ¨?¨] | 1010000110100111001111111010000110100111101000011010100101011101 | a1a73fa1a7a1a95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)