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 | 晳彧^ | 1111101011011001111110101011100101011110 | fad9fab95e |
EUC-JP | 晳彧^ | 10001111110000101100010010001111101111001111111001011110 | 8fc2c48fbcfe5e |
UTF-8 | 晳彧^ | 11100110100110011011001111100101101111011010011101011110 | e699b3e5bda75e |
UHC | 晳彧^ | 1110000010101111111010011110111001011110 | e0afe9ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)