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 | ¶ßÌ | 10011110101101101101111111001100 | 9eb6dfcc |
SJIS-WIN | ?¶?? | 0011111110000001111101110011111100111111 | 3f81f73f3f |
EUC-JP | ?¶ßÌ | 001111111010001011111001100011111010100111001110100011111010101011000000 | 3fa2f98fa9ce8faac0 |
UTF-8 | ¶ßÌ | 1100001010011110110000101011011011000011100111111100001110001100 | c29ec2b6c39fc38c |
UHC | ?¶ß? | 001111111010001011010010101010011010110000111111 | 3fa2d2a9ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)