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 | çîç°§d | 11100111111011101000011111100111101100001010011101100100 | e7ee87e7b0a764 |
SJIS-WIN | ????°§d | 001111110011111100111111001111111000000110001011100000011001100001100100 | 3f3f3f3f818b819864 |
EUC-JP | çî?ç°§d | 100011111010101110101110100011111010101111000010001111111000111110101011101011101010000111101011101000011111100001100100 | 8fabae8fabc23f8fabaea1eba1f864 |
UTF-8 | çîç°§d | 11000011101001111100001110101110110000101000011111000011101001111100001010110000110000101010011101100100 | c3a7c3aec287c3a7c2b0c2a764 |
UHC | ????°§d | 001111110011111100111111001111111010000111000110101000011101011101100100 | 3f3f3f3fa1c6a1d764 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)