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 | ¶ÌÞµ | 1011011011001100100011111101111010110101 | b6cc8fdeb5 |
SJIS-WIN | ¶???? | 100000011111011100111111001111110011111100111111 | 81f73f3f3f3f |
EUC-JP | ¶Ì?Þ? | 10100010111110011000111110101010110000000011111110001111101010011011000000111111 | a2f98faac03f8fa9b03f |
UTF-8 | ¶ÌÞµ | 11000010101101101100001110001100110000101000111111000011100111101100001010110101 | c2b6c38cc28fc39ec2b5 |
UHC | ¶??Þ? | 10100010110100100011111100111111101010001010110100111111 | a2d23f3fa8ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)