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^ | 11111010110110110100010011111010110110110100010001011110 | fadb44fadb445e |
EUC-JP | 暠D暠D^ | 100011111100001011010111010001001000111111000010110101110100010001011110 | 8fc2d7448fc2d7445e |
UTF-8 | 暠D暠D^ | 111001101001101010100000010001001110011010011010101000000100010001011110 | e69aa044e69aa0445e |
UHC | 暠D暠D^ | 11001101101111000100010011001101101111000100010001011110 | cdbc44cdbc445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)