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 | 100011011101010001000111 | 8dd447 |
EUC-JP | 砦G | 101110101101011001000111 | bad647 |
UTF-8 | 砦G | 11100111101000001010011001000111 | e7a0a647 |
UHC | 砦G | 111100111111011001000111 | f3f647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)