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 | ???Q | 00111111001111110011111101010001 | 3f3f3f51 |
SJIS-WIN | 痾咤鈔Q | 11100001011111011001101001000010111001111110001001010001 | e17d9a42e7e251 |
EUC-JP | 痾咤鈔Q | 11100001110111101101001110100011111011101110010001010001 | e1ded3a3eee451 |
UTF-8 | 痾咤鈔Q | 11100111100101111011111011100101100100101010010011101001100010001001010001010001 | e797bee592a4e9889451 |
UHC | ?咤?Q | 0011111111110110111000110011111101010001 | 3ff6e33f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)