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 | ??~F | 00111111001111110111111001000110 | 3f3f7e46 |
SJIS-WIN | 自治~F | 100011101010100110001110101000010111111001000110 | 8ea98ea17e46 |
EUC-JP | 自治~F | 101111001010101110111100101000110111111001000110 | bcabbca37e46 |
UTF-8 | 自治~F | 1110100010000111101010101110011010110010101110110111111001000110 | e887aae6b2bb7e46 |
UHC | 自治~F | 111011011011101111110110101111010111111001000110 | edbbf6bd7e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)