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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 琮???E | 111110110110101000111111001111110011111101000101 | fb6a3f3f3f45 |
EUC-JP | 琮???E | 10001111110011001011001000111111001111110011111101000101 | 8fccb23f3f3f45 |
UTF-8 | 琮ㆁ렰렞E | 11100111100100001010111011100011100001101000000111101011101000001011000011101011101000001001111001000101 | e790aee38681eba0b0eba09e45 |
UHC | 琮ㆁ렰렞E | 111100001111100110100100111100011000111010111101100011101010111101000101 | f0f9a4f18ebd8eaf45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)