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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 衍h? | 1001111110100101100000101000100000111111 | 9fa582883f |
EUC-JP | 衍h? | 1101111010100111101000111110100000111111 | dea7a3e83f |
UTF-8 | 衍h국 | 111010001010000110001101111011111011110110001000111010101011010110101101 | e8a18defbd88eab5ad |
UHC | 衍h국 | 111001101110001010100011111010001011000110111001 | e6e2a3e8b1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)