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 | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 脂畔里苡?E | 10001110100010011001010011001000100101111010001011100100100011110011111101000101 | 8e8994c897a2e48f3f45 |
EUC-JP | 脂畔里苡?E | 10111011111010011100100011001010110011101010010011100111111011110011111101000101 | bbe9c8cacea4e7ef3f45 |
UTF-8 | 脂畔里苡렠E | 11101000100001001000001011100111100101011001010011101001100001111000110011101000100010111010000111101011101000001010000001000101 | e88482e79594e9878ce88ba1eba0a045 |
UHC | 脂畔里苡렠E | 1111001010110111110110101110110111010111111011001110110010111110100011101011000101000101 | f2b7daedd7ececbe8eb145 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)