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 | 卍磨 | 10011001110000101001011010000001 | 99c29681 |
EUC-JP | 卍磨 | 11010010110001001100101111100001 | d2c4cbe1 |
UTF-8 | 卍磨 | 111001011000110110001101111001111010001110101000 | e58d8de7a3a8 |
UHC | 卍磨 | 11011000101100111101100010101000 | d8b3d8a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)