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 | ??y | 001111110011111101111001 | 3f3f79 |
SJIS-WIN | 丈セy | 10001111111001001011111001111001 | 8fe4be79 |
EUC-JP | 丈セy | 1011111011100110100011101011111001111001 | bee68ebe79 |
UTF-8 | 丈セy | 11100100101110001000100011101111101111011011111001111001 | e4b888efbdbe79 |
UHC | 丈?y | 11101101110110110011111101111001 | eddb3f79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)