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 | ??~B | 00111111001111110111111001000010 | 3f3f7e42 |
SJIS-WIN | 自治~B | 100011101010100110001110101000010111111001000010 | 8ea98ea17e42 |
EUC-JP | 自治~B | 101111001010101110111100101000110111111001000010 | bcabbca37e42 |
UTF-8 | 自治~B | 1110100010000111101010101110011010110010101110110111111001000010 | e887aae6b2bb7e42 |
UHC | 自治~B | 111011011011101111110110101111010111111001000010 | edbbf6bd7e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)