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 | ?????lh | 00111111001111110011111100111111001111110110110001101000 | 3f3f3f3f3f6c68 |
SJIS-WIN | ???溢?lh | 0011111100111111001111111000100011101100001111110110110001101000 | 3f3f3f88ec3f6c68 |
EUC-JP | ???溢?lh | 0011111100111111001111111011000011101110001111110110110001101000 | 3f3f3fb0ee3f6c68 |
UTF-8 | 列룸벝溢퀯lh | 1110111110100110100111001110101110100011101110001110101110110010100111011110011010111010101000101110110110000000101011110110110001101000 | efa69ceba3b8ebb29de6baa2ed80af6c68 |
UHC | 列룸벝溢퀯lh | 111001101110101010110111111010111001001110111000111011001110111010110100010000100110110001101000 | e6eab7eb93b8eceeb4426c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)