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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鰐益鰐荏B | 100110000110101110001001011101101001100001101011100010010110000001000010 | 986b8976986b896042 |
EUC-JP | 鰐益鰐荏B | 110011111100110010110001110101111100111111001100101100011100000101000010 | cfccb1d7cfccb1c142 |
UTF-8 | 鰐益鰐荏B | 11101001101100001001000011100111100110111000101011101001101100001001000011101000100011011000111101000010 | e9b090e79b8ae9b090e88d8f42 |
UHC | 鰐益鰐荏B | 111001001100101011101100110011001110010011001010111011001111101101000010 | e4caeccce4caecfb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)