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 | 簽簧 | 11100010110100111110001011001110 | e2d3e2ce |
EUC-JP | 簽簧 | 11100100110101011110010011010000 | e4d5e4d0 |
UTF-8 | 簽簧 | 111001111011000010111101111001111011000010100111 | e7b0bde7b0a7 |
UHC | 簽簧 | 11110100110110001111110011010111 | f4d8fcd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)