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 | ì޳、 | 111011001101111010110011111011111011110110100100 | ecdeb3efbda4 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ìÞ?ï?¤ | 1000111110101011110000001000111110101001101100000011111110001111101010111100000100111111100011111010001011110000 | 8fabc08fa9b03f8fabc13f8fa2f0 |
UTF-8 | ì޳、 | 110000111010110011000011100111101100001010110011110000111010111111000010101111011100001010100100 | c3acc39ec2b3c3afc2bdc2a4 |
UHC | ?Þ³?½¤ | 00111111101010001010110110101001111110000011111110101000111101101010001010110100 | 3fa8ada9f83fa8f6a2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)