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 | 0011111100111111001111110101110101001000 | 3f3f3f5d48 |
SJIS-WIN | 絶??]H | 100100001110001000111111001111110101110101001000 | 90e23f3f5d48 |
EUC-JP | 絶??]H | 110000001110010000111111001111110101110101001000 | c0e43f3f5d48 |
UTF-8 | 絶륅풆]H | 1110011110110101101101101110101110100101100001011110110110010010100001100101110101001000 | e7b5b6eba585ed92865d48 |
UHC | 絶륅풆]H | 1110111110111110100011111110111110111110100011100101110101001000 | efbe8fefbe8e5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)