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 | 0011111101000111 | 3f47 |
SJIS-WIN | 耿G | 111000111101010001000111 | e3d447 |
EUC-JP | 耿G | 111001101101011001000111 | e6d647 |
UTF-8 | 耿G | 11101000100000001011111101000111 | e880bf47 |
UHC | 耿G | 110011001110101001000111 | ccea47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)