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 | ?iLh?iL | 00111111011010010100110001101000001111110110100101001100 | 3f694c683f694c |
SJIS-WIN | ?iLh?iL | 00111111011010010100110001101000001111110110100101001100 | 3f694c683f694c |
EUC-JP | ?iLh?iL | 00111111011010010100110001101000001111110110100101001100 | 3f694c683f694c |
UTF-8 | 뢽iLh뢽iL | 1110101110100010101111010110100101001100011010001110101110100010101111010110100101001100 | eba2bd694c68eba2bd694c |
UHC | 뢽iLh뢽iL | 100011110111101001101001010011000110100010001111011110100110100101001100 | 8f7a694c688f7a694c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)