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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 佚佚^ | 1001100011000011100110001100001101011110 | 98c398c35e |
EUC-JP | 佚佚^ | 1101000011000101110100001100010101011110 | d0c5d0c55e |
UTF-8 | 佚佚^ | 11100100101111011001101011100100101111011001101001011110 | e4bd9ae4bd9a5e |
UHC | 佚佚^ | 1110110011101010111011001110101001011110 | eceaecea5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)