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 | 鬻 | 11100010111101101111010111101110 | e2f6f5ee |
EUC-JP | 鬻? | 111001001111100000111111 | e4f83f |
UTF-8 | 鬻 | 111010011010110010111011111011101001000110011001 | e9acbbee9199 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)