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 | 弩鬯 | 10011100010101111110100110101100 | 9c57e9ac |
EUC-JP | 弩鬯 | 11010111101110001111001010101110 | d7b8f2ae |
UTF-8 | 弩鬯 | 111001011011110010101001111010011010110010101111 | e5bca9e9acaf |
UHC | 弩? | 110100101100000000111111 | d2c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)