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^ | 11100011101010000100010011100011101010000100010001011110 | e3a844e3a8445e |
EUC-JP | 罟D罟D^ | 11100110101010100100010011100110101010100100010001011110 | e6aa44e6aa445e |
UTF-8 | 罟D罟D^ | 111001111011110110011111010001001110011110111101100111110100010001011110 | e7bd9f44e7bd9f445e |
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)