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 | 凋대 | 111001011000011110001011111010111000110010000000 | e5878beb8c80 |
UHC | 凋대 | 11110000101111011011010011101011 | f0bdb4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)