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^ | 11100101101010110100010011100101101010110100010001011110 | e5ab44e5ab445e |
EUC-JP | 雖D雖D^ | 11101010101011010100010011101010101011010100010001011110 | eaad44eaad445e |
UTF-8 | 雖D雖D^ | 111010011001101110010110010001001110100110011011100101100100010001011110 | e99b9644e99b96445e |
UHC | 雖D雖D^ | 11100010110011000100010011100010110011000100010001011110 | e2cc44e2cc445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)