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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 脂?爾?B | 10001110100010010011111110001110101000100011111101000010 | 8e893f8ea23f42 |
EUC-JP | 脂?爾?B | 10111011111010010011111110111100101001000011111101000010 | bbe93fbca43f42 |
UTF-8 | 脂렟爾역B | 11101000100001001000001011101011101000001001111111100111100010001011111011101100100101111010110101000010 | e88482eba09fe788beec97ad42 |
UHC | 脂렟爾역B | 111100101011011110001110101100001110110010110011101111111010101001000010 | f2b78eb0ecb3bfaa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)