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\ | 11100110110001100110011101011100 | e6c6675c |
EUC-JP | 貳g\ | 11101100110010000110011101011100 | ecc8675c |
UTF-8 | 貳g\ | 1110100010110010101100110110011101011100 | e8b2b3675c |
UHC | 貳g\ | 11101100110000110110011101011100 | ecc3675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)