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 | ¡À©£E | 1010000111000000101010011010001101000101 | a1c0a9a345 |
SJIS-WIN | ???£E | 001111110011111100111111100000011001001001000101 | 3f3f3f819245 |
EUC-JP | ¡À©£E | 100011111010001011000010100011111010101010100010100011111010001011101101101000011111001001000101 | 8fa2c28faaa28fa2eda1f245 |
UTF-8 | ¡À©£E | 110000101010000111000011100000001100001010101001110000101010001101000101 | c2a1c380c2a9c2a345 |
UHC | ¡???E | 101000101010111000111111001111110011111101000101 | a2ae3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)