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 | ?rB | 001111110111001001000010 | 3f7242 |
SJIS-WIN | 豌rB | 11100110101100000111001001000010 | e6b07242 |
EUC-JP | 豌rB | 11101100101100100111001001000010 | ecb27242 |
UTF-8 | 豌rB | 1110100010110001100011000111001001000010 | e8b18c7242 |
UHC | 豌rB | 11101000110101010111001001000010 | e8d57242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)