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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
EUC-JP | 邕?邕?E | 100011111110000111101101001111111000111111100001111011010011111101000101 | 8fe1ed3f8fe1ed3f45 |
UTF-8 | 邕땂邕땈E | 11101001100000101001010111101011100101011000001011101001100000101001010111101011100101011000100001000101 | e98295eb9582e98295eb958845 |
UHC | 邕땂邕땈E | 111010001011101110001011010110011110100010111011100010110110001001000101 | e8bb8b59e8bb8b6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)