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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 嗽??^ | 1001101001110101001111110011111101011110 | 9a753f3f5e |
EUC-JP | 嗽??^ | 1101001111010110001111110011111101011110 | d3d63f3f5e |
UTF-8 | 嗽녳댙^ | 11100101100101111011110111101011100001011011001111101011100011001001100101011110 | e597bdeb85b3eb8c995e |
UHC | 嗽녳댙^ | 11100001111101011000011011100010100010001011110101011110 | e1f586e288bd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)