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 | 凋遭 | 10010010100111001001000110011000 | 929c9198 |
EUC-JP | 凋遭 | 11000011111111001100000111111000 | c3fcc1f8 |
UTF-8 | 凋遭 | 111001011000011110001011111010011000000110101101 | e5878be981ad |
UHC | 凋遭 | 11110000101111011111000011100100 | f0bdf0e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)