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 | ??????nB | 0011111100111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f3f6e42 |
SJIS-WIN | ゥ。ゥ」。ラnB | 1010100110100001101010011010001110100001110101110110111001000010 | a9a1a9a3a1d76e42 |
EUC-JP | ゥ。ゥ」。ラnB | 1000111010101001100011101010000110001110101010011000111010100011100011101010000110001110110101110110111001000010 | 8ea98ea18ea98ea38ea18ed76e42 |
UTF-8 | ゥ。ゥ」。ラnB | 1110111110111101101010011110111110111101101000011110111110111101101010011110111110111101101000111110111110111101101000011110111110111110100101110110111001000010 | efbda9efbda1efbda9efbda3efbda1efbe976e42 |
UHC | ??????nB | 0011111100111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)