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\ | 11100010111011010110011101011100 | e2ed675c |
EUC-JP | 粹g\ | 11100100111011110110011101011100 | e4ef675c |
UTF-8 | 粹g\ | 1110011110110010101110010110011101011100 | e7b2b9675c |
UHC | 粹g\ | 11100010101101100110011101011100 | e2b6675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)