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\ | 11100000110111000110011101011100 | e0dc675c |
EUC-JP | 玳g\ | 11100000110111100110011101011100 | e0de675c |
UTF-8 | 玳g\ | 1110011110001110101100110110011101011100 | e78eb3675c |
UHC | 玳g\ | 11010011111001010110011101011100 | d3e5675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)