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 | 溏躡^ | 1001111111101101111001110101100101011110 | 9fede7595e |
EUC-JP | 溏躡^ | 1101111011101111111011011011101001011110 | deefedba5e |
UTF-8 | 溏躡^ | 11100110101110101000111111101000101110101010000101011110 | e6ba8fe8baa15e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)