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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 扠癢邑^ | 10011101010011001110000110011000100101110101011101011110 | 9d4ce19897575e |
EUC-JP | 扠癢邑^ | 11011001101011011110000111111000110011011011100001011110 | d9ade1f8cdb85e |
UTF-8 | 扠癢邑^ | 11100110100010011010000011100111100110011010001011101001100000101001000101011110 | e689a0e799a2e982915e |
UHC | ??邑^ | 0011111100111111111010111110100101011110 | 3f3febe95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)