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 | 111000011101000011111000111101111110000111010000111101011010100101000101 | e1d0f8f7e1d0f5a945 |
EUC-JP | 瞎?瞎?E | 11100010110100100011111111100010110100100011111101000101 | e2d23fe2d23f45 |
UTF-8 | 瞎瞎E | 11100111100111101000111011101110100110101001011011100111100111101000111011101110100100001001010001000101 | e79e8eee9a96e79e8eee909445 |
UHC | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)