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^ | 11101010011001000100010011101010011001000100010001011110 | ea6444ea64445e |
EUC-JP | 鹽D鹽D^ | 11110011110001010100010011110011110001010100010001011110 | f3c544f3c5445e |
UTF-8 | 鹽D鹽D^ | 111010011011100110111101010001001110100110111001101111010100010001011110 | e9b9bd44e9b9bd445e |
UHC | 鹽D鹽D^ | 11100111101001000100010011100111101001000100010001011110 | e7a444e7a4445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)