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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 巍ロ? | 1001101111011001100000111000110100111111 | 9bd9838d3f |
EUC-JP | 巍ロ? | 1101011011011011101001011110110100111111 | d6dba5ed3f |
UTF-8 | 巍ロ렕 | 111001011011011110001101111000111000001110101101111010111010000010010101 | e5b78de383adeba095 |
UHC | 巍ロ렕 | 111010001110010010101011111011011000111010101010 | e8e4abed8eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)