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 | ?hLh?hL | 00111111011010000100110001101000001111110110100001001100 | 3f684c683f684c |
SJIS-WIN | ?hLh?hL | 00111111011010000100110001101000001111110110100001001100 | 3f684c683f684c |
EUC-JP | ?hLh?hL | 00111111011010000100110001101000001111110110100001001100 | 3f684c683f684c |
UTF-8 | 묪hLh묪hL | 1110101110101100101010100110100001001100011010001110101110101100101010100110100001001100 | ebacaa684c68ebacaa684c |
UHC | 묪hLh묪hL | 100100100100001001101000010011000110100010010010010000100110100001001100 | 9242684c689242684c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)