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 | 弩鶩 | 10011100010101111110101001001110 | 9c57ea4e |
EUC-JP | 弩鶩 | 11010111101110001111001110101111 | d7b8f3af |
UTF-8 | 弩鶩 | 111001011011110010101001111010011011011010101001 | e5bca9e9b6a9 |
UHC | 弩鶩 | 11010010110000001101100111010000 | d2c0d9d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)