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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 羂碁秋證 | 1110001110101110100011001110100110001111010010001110011010011010 | e3ae8ce98f48e69a |
EUC-JP | 羂碁秋證 | 1110011010110000101110001110101110111101101010011110101111111010 | e6b0b8ebbda9ebfa |
UTF-8 | 羂碁秋證 | 111001111011111010000010111001111010001010000001111001111010011110001011111010001010110110001001 | e7be82e7a281e7a78be8ad89 |
UHC | ?碁秋證 | 00111111110100011011001111110101110101011111000111111011 | 3fd1b3f5d5f1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)