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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?乂 | 001111111001100010100111 | 3f98a7 |
EUC-JP | ?乂 | 001111111101000010101001 | 3fd0a9 |
UTF-8 | 뤵乂 | 111010111010010010110101111001001011100110000010 | eba4b5e4b982 |
UHC | 뤵乂 | 10001111111000111110011111010001 | 8fe3e7d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)