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 | ?dLh?dL | 00111111011001000100110001101000001111110110010001001100 | 3f644c683f644c |
SJIS-WIN | ?dLh?dL | 00111111011001000100110001101000001111110110010001001100 | 3f644c683f644c |
EUC-JP | ?dLh?dL | 00111111011001000100110001101000001111110110010001001100 | 3f644c683f644c |
UTF-8 | 묨dLh묨dL | 1110101110101100101010000110010001001100011010001110101110101100101010000110010001001100 | ebaca8644c68ebaca8644c |
UHC | 묨dLh묨dL | 100100100100000101100100010011000110100010010010010000010110010001001100 | 9241644c689241644c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)