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 | 111110111000111100111111001111110011111101000101 | fb8f3f3f3f45 |
EUC-JP | 繒???E | 10001111110101001101010000111111001111110011111101000101 | 8fd4d43f3f3f45 |
UTF-8 | 繒ㆁ렰렞E | 11100111101110011001001011100011100001101000000111101011101000001011000011101011101000001001111001000101 | e7b992e38681eba0b0eba09e45 |
UHC | 繒ㆁ렰렞E | 111100011111100110100100111100011000111010111101100011101010111101000101 | f1f9a4f18ebd8eaf45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)