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 | ?矮 | 001111111110000111100010 | 3fe1e2 |
EUC-JP | 俠矮 | 1000111110110001110000101110001011100100 | 8fb1c2e2e4 |
UTF-8 | 俠矮 | 111001001011111110100000111001111001111110101110 | e4bfa0e79fae |
UHC | 俠矮 | 11111010111011111110100011100001 | faefe8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)