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 | ¨ö©£] | 1010100011110110101010011010001101011101 | a8f6a9a35d |
SJIS-WIN | ¨??£] | 10000001010011100011111100111111100000011001001001011101 | 814e3f3f81925d |
EUC-JP | ¨ö©£] | 1010000110101111100011111010101111010011100011111010001011101101101000011111001001011101 | a1af8fabd38fa2eda1f25d |
UTF-8 | ¨ö©£] | 110000101010100011000011101101101100001010101001110000101010001101011101 | c2a8c3b6c2a9c2a35d |
UHC | ¨???] | 101000011010011100111111001111110011111101011101 | a1a73f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)