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 | ????]H | 001111110011111100111111001111110101110101001000 | 3f3f3f3f5d48 |
SJIS-WIN | ゥ」。ラ]H | 101010011010001110100001110101110101110101001000 | a9a3a1d75d48 |
EUC-JP | ゥ」。ラ]H | 10001110101010011000111010100011100011101010000110001110110101110101110101001000 | 8ea98ea38ea18ed75d48 |
UTF-8 | ゥ」。ラ]H | 1110111110111101101010011110111110111101101000111110111110111101101000011110111110111110100101110101110101001000 | efbda9efbda3efbda1efbe975d48 |
UHC | ????]H | 001111110011111100111111001111110101110101001000 | 3f3f3f3f5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)