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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 鶩鶩B | 1110101001001110111010100100111001000010 | ea4eea4e42 |
EUC-JP | 鶩鶩B | 1111001110101111111100111010111101000010 | f3aff3af42 |
UTF-8 | 鶩鶩B | 11101001101101101010100111101001101101101010100101000010 | e9b6a9e9b6a942 |
UHC | 鶩鶩B | 1101100111010000110110011101000001000010 | d9d0d9d042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)