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 | 110100111011100101101000010011000110100011010011101110010110100001001100 | d3b9684c68d3b9684c |
UHC | ?hLh?hL | 00111111011010000100110001101000001111110110100001001100 | 3f684c683f684c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)