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 | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-WIN | 輕D輕D^ | 11100111011010100100010011100111011010100100010001011110 | e76a44e76a445e |
EUC-JP | 輕D輕D^ | 11101101110010110100010011101101110010110100010001011110 | edcb44edcb445e |
UTF-8 | 輕D輕D^ | 111010001011110010010101010001001110100010111100100101010100010001011110 | e8bc9544e8bc95445e |
UHC | 輕D輕D^ | 11001100111011100100010011001100111011100100010001011110 | ccee44ccee445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)