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 | éµø°@h | 1110100110110101100111011111100010010000101100000100000001101000 | e9b59df890b04068 |
SJIS-WIN | ?????°@h | 001111110011111100111111001111110011111110000001100010110100000001101000 | 3f3f3f3f3f818b4068 |
EUC-JP | é??ø?°@h | 10001111101010111011000100111111001111111000111110101001110011000011111110100001111010110100000001101000 | 8fabb13f3f8fa9cc3fa1eb4068 |
UTF-8 | éµø°@h | 1100001110101001110000101011010111000010100111011100001110111000110000101001000011000010101100000100000001101000 | c3a9c2b5c29dc3b8c290c2b04068 |
UHC | ???ø?°@h | 00111111001111110011111110101001101010100011111110100001110001100100000001101000 | 3f3f3fa9aa3fa1c64068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)