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\ | 11100100101110000110011101011100 | e4b8675c |
EUC-JP | 荳g\ | 11101000101110100110011101011100 | e8ba675c |
UTF-8 | 荳g\ | 1110100010001101101100110110011101011100 | e88db3675c |
UHC | 荳g\ | 11010100111001010110011101011100 | d4e5675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)