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??qB | 00111111001111110111000100111111001111110111000101000010 | 3f3f713f3f7142 |
SJIS-WIN | 煜?q煜?qB | 111110110101010100111111011100011111101101010101001111110111000101000010 | fb553f71fb553f7142 |
EUC-JP | 煜?q煜?qB | 1000111111001001111111000011111101110001100011111100100111111100001111110111000101000010 | 8fc9fc3f718fc9fc3f7142 |
UTF-8 | 煜렎q煜렎qB | 111001111000010110011100111010111010000010001110011100011110011110000101100111001110101110100000100011100111000101000010 | e7859ceba08e71e7859ceba08e7142 |
UHC | 煜렎q煜렎qB | 1110100111110010100011101010010001110001111010011111001010001110101001000111000101000010 | e9f28ea471e9f28ea47142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)