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 | 怏銕 | 10011100100010011110011111101100 | 9c89e7ec |
EUC-JP | 怏銕 | 11010111111010011110111011101110 | d7e9eeee |
UTF-8 | 怏銕 | 111001101000000010001111111010011000101010010101 | e6808fe98a95 |
UHC | 怏? | 111001001110100000111111 | e4e83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)