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 | 100101101110000101000111 | 96e147 |
EUC-JP | 貰G | 110011001110001101000111 | cce347 |
UTF-8 | 貰G | 11101000101100101011000001000111 | e8b2b047 |
UHC | 貰G | 111000011010111001000111 | e1ae47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)