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 | çâçäß | 1110011111100010100010001110011110011110100010111110010011011111 | e7e288e79e8be4df |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | çâ?ç??äß | 100011111010101110101110100011111010101110100100001111111000111110101011101011100011111100111111100011111010101110100011100011111010100111001110 | 8fabae8faba43f8fabae3f3f8faba38fa9ce |
UTF-8 | çâçäß | 11000011101001111100001110100010110000101000100011000011101001111100001010011110110000101000101111000011101001001100001110011111 | c3a7c3a2c288c3a7c29ec28bc3a4c39f |
UHC | ???????ß | 001111110011111100111111001111110011111100111111001111111010100110101100 | 3f3f3f3f3f3f3fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)