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 | 勝勝^ | 1000111110011111100011111001111101011110 | 8f9f8f9f5e |
EUC-JP | 勝勝^ | 1011111010100001101111101010000101011110 | bea1bea15e |
UTF-8 | 勝勝^ | 11100101100010111001110111100101100010111001110101011110 | e58b9de58b9d5e |
UHC | 勝勝^ | 1110001110101101111000111010110101011110 | e3ade3ad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)