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 |  | 110100111010111011100001 | d3aee1 |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP |  | 100011111010101011010001100011111010001011101110100011111010101110100001 | 8faad18fa2ee8faba1 |
UTF-8 |  | 110000111001001111000010101011101100001110100001 | c393c2aec3a1 |
UHC | ?®? | 00111111101000101110011100111111 | 3fa2e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)