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 | çùî¢äß | 1110011111111001100001111110111010001011101000101110010011011111 | e7f987ee8ba2e4df |
SJIS-WIN | ?????¢?? | 001111110011111100111111001111110011111110000001100100010011111100111111 | 3f3f3f3f3f81913f3f |
EUC-JP | çù?î?¢äß | 10001111101010111010111010001111101010111110001100111111100011111010101111000010001111111010000111110001100011111010101110100011100011111010100111001110 | 8fabae8fabe33f8fabc23fa1f18faba38fa9ce |
UTF-8 | çùî¢äß | 11000011101001111100001110111001110000101000011111000011101011101100001010001011110000101010001011000011101001001100001110011111 | c3a7c3b9c287c3aec28bc2a2c3a4c39f |
UHC | ???????ß | 001111110011111100111111001111110011111100111111001111111010100110101100 | 3f3f3f3f3f3f3fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)