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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 堂堂^ | 1001001110110000100100111011000001011110 | 93b093b05e |
EUC-JP | 堂堂^ | 1100011010110010110001101011001001011110 | c6b2c6b25e |
UTF-8 | 堂堂^ | 11100101101000001000001011100101101000001000001001011110 | e5a082e5a0825e |
UHC | 堂堂^ | 1101001111010001110100111101000101011110 | d3d1d3d15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)