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 | ??g\ | 00111111001111110110011101011100 | 3f3f675c |
SJIS-WIN | 邯ォg\ | 1110011110110110101010110110011101011100 | e7b6ab675c |
EUC-JP | 邯ォg\ | 111011101011100010001110101010110110011101011100 | eeb88eab675c |
UTF-8 | 邯ォg\ | 1110100110000010101011111110111110111101101010110110011101011100 | e982afefbdab675c |
UHC | 邯?g\ | 1100101011111011001111110110011101011100 | cafb3f675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)