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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
SJIS-WIN | 哭鞦韜A | 10011010010011001110100011100001111010001110100101000001 | 9a4ce8e1e8e941 |
EUC-JP | 哭鞦韜A | 11010011101011011111000011100011111100001110101101000001 | d3adf0e3f0eb41 |
UTF-8 | 哭鞦韜A | 11100101100100111010110111101001100111101010011011101001100111111001110001000001 | e593ade99ea6e99f9c41 |
UHC | 哭?韜A | 110011011101011000111111110101001011011101000001 | cdd63fd4b741 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)