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 | ¡À©£h | 1010000111000000101010011010001101101000 | a1c0a9a368 |
SJIS-WIN | ???£h | 001111110011111100111111100000011001001001101000 | 3f3f3f819268 |
EUC-JP | ¡À©£h | 100011111010001011000010100011111010101010100010100011111010001011101101101000011111001001101000 | 8fa2c28faaa28fa2eda1f268 |
UTF-8 | ¡À©£h | 110000101010000111000011100000001100001010101001110000101010001101101000 | c2a1c380c2a9c2a368 |
UHC | ¡???h | 101000101010111000111111001111110011111101101000 | a2ae3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)