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 | 100100100100000101100100010011000110100010010010010000010110010001001100 | 9241644c689241644c |
EUC-JP | 但dLh但dL | 110000111010001001100100010011000110100011000011101000100110010001001100 | c3a2644c68c3a2644c |
UTF-8 | 但dLh但dL | 1110010010111101100001100110010001001100011010001110010010111101100001100110010001001100 | e4bd86644c68e4bd86644c |
UHC | 但dLh但dL | 110100111010001101100100010011000110100011010011101000110110010001001100 | d3a3644c68d3a3644c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)