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 | ?lG | 001111110110110001000111 | 3f6c47 |
SJIS-WIN | 但lG | 10010010010000010110110001000111 | 92416c47 |
EUC-JP | 但lG | 11000011101000100110110001000111 | c3a26c47 |
UTF-8 | 但lG | 1110010010111101100001100110110001000111 | e4bd866c47 |
UHC | 但lG | 11010011101000110110110001000111 | d3a36c47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)