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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 螳・竊舌¥B | 11100101101011101010010111100010100001101001000011100011100000011000111101000010 | e5aea5e28690e3818f42 |
EUC-JP | 螳・竊舌¥B | 1110101010110000100011101010010111100011111001101100000011100101101000011110111101000010 | eab08ea5e3e6c0e5a1ef42 |
UTF-8 | 螳・竊舌¥B | 11101000100111101011001111101111101111011010010111100111101010111000101011101000100010001000110011101111101111111010010101000010 | e89eb3efbda5e7ab8ae8888cefbfa542 |
UHC | 螳?竊舌¥B | 11010011110110010011111111101111101111001110000011011111101000011100110101000010 | d3d93fefbce0dfa1cd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)