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 | ??D^ | 00111111001111110100010001011110 | 3f3f445e |
SJIS-WIN | 易?D^ | 1000100011010101001111110100010001011110 | 88d53f445e |
EUC-JP | 易?D^ | 1011000011010111001111110100010001011110 | b0d73f445e |
UTF-8 | 易똚D^ | 1110011010011000100100111110101110011000100110100100010001011110 | e69893eb989a445e |
UHC | 易똚D^ | 111001101011011010001100010101110100010001011110 | e6b68c57445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)