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\ | 001111110110011101011100 | 3f675c |
SJIS-WIN | 垪g\ | 10011010101110000110011101011100 | 9ab8675c |
EUC-JP | 垪g\ | 11010100101110100110011101011100 | d4ba675c |
UTF-8 | 垪g\ | 1110010110011110101010100110011101011100 | e59eaa675c |
UHC | ?g\ | 001111110110011101011100 | 3f675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)