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^ | 10011000010101000100010010011000010101000100010001011110 | 9854449854445e |
EUC-JP | 狼D狼D^ | 11001111101101010100010011001111101101010100010001011110 | cfb544cfb5445e |
UTF-8 | 狼D狼D^ | 111001111000101110111100010001001110011110001011101111000100010001011110 | e78bbc44e78bbc445e |
UHC | 狼D狼D^ | 11010101110010010100010011010101110010010100010001011110 | d5c944d5c9445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)