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^ | 10011011010011010100010010011011010011010100010001011110 | 9b4d449b4d445e |
EUC-JP | 娥D娥D^ | 11010101101011100100010011010101101011100100010001011110 | d5ae44d5ae445e |
UTF-8 | 娥D娥D^ | 111001011010100010100101010001001110010110101000101001010100010001011110 | e5a8a544e5a8a5445e |
UHC | 娥D娥D^ | 11100100101100000100010011100100101100000100010001011110 | e4b044e4b0445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)