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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 笏迎笏鶏^ | 111000101001010010001100011111011110001010010100100011000111101101011110 | e2948c7de2948c7b5e |
EUC-JP | 笏迎笏鶏^ | 111000111111010010110111110111101110001111110100101101111101110001011110 | e3f4b7dee3f4b7dc5e |
UTF-8 | 笏迎笏鶏^ | 11100111101011001000111111101000101111111000111011100111101011001000111111101001101101101000111101011110 | e7ac8fe8bf8ee7ac8fe9b68f5e |
UHC | 笏迎笏?^ | 1111101111101110111001111100101011111011111011100011111101011110 | fbeee7cafbee3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)