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^ | 10011110011011110100010010011110011011110100010001011110 | 9e6f449e6f445e |
EUC-JP | 柞D柞D^ | 11011011110100000100010011011011110100000100010001011110 | dbd044dbd0445e |
UTF-8 | 柞D柞D^ | 111001101001111110011110010001001110011010011111100111100100010001011110 | e69f9e44e69f9e445e |
UHC | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)