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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 将エ「\ | 10001111101010111011010010100010111101111111101101011100 | 8fabb4a2f7fb5c |
EUC-JP | 将エ「?\ | 1011111010101101100011101011010010001110101000100011111101011100 | bead8eb48ea23f5c |
UTF-8 | 将エ「\ | 11100101101100001000011011101111101111011011010011101111101111011010001011101110100101111001111001011100 | e5b086efbdb4efbda2ee979e5c |
UHC | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)