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\ | 10010001010000010110011101011100 | 9141675c |
EUC-JP | 羨g\ | 11000001101000100110011101011100 | c1a2675c |
UTF-8 | 羨g\ | 1110011110111110101010000110011101011100 | e7bea8675c |
UHC | 羨g\ | 11100000110011000110011101011100 | e0cc675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)