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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 鮨冗料P | 11101001101111011000111111100111100101111011111101010000 | e9bd8fe797bf50 |
EUC-JP | 鮨冗料P | 11110010101111111011111011101001110011101100000101010000 | f2bfbee9cec150 |
UTF-8 | 鮨冗料P | 11101001101011101010100011100101100001101001011111100110100101101001100101010000 | e9aea8e58697e6969950 |
UHC | ?冗料P | 001111111110100110110111110101101111100101010000 | 3fe9b7d6f950 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)