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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 霆冗椪B | 11101000101110111000111111100111100111101010110001000010 | e8bb8fe79eac42 |
EUC-JP | 霆冗椪B | 11110000101111011011111011101001110111001010111001000010 | f0bdbee9dcae42 |
UTF-8 | 霆冗椪B | 11101001100111001000011011100101100001101001011111100110101001001010101001000010 | e99c86e58697e6a4aa42 |
UHC | 霆冗?B | 111011111111110111101001101101110011111101000010 | effde9b73f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)