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 | 凋? | 100100101001110000111111 | 929c3f |
EUC-JP | 凋? | 110000111111110000111111 | c3fc3f |
UTF-8 | 凋롚 | 111001011000011110001011111010111010000110011010 | e5878beba19a |
UHC | 凋롚 | 11110000101111011000111011011110 | f0bd8ede |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)