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 | ÂOÂC | 110000101001001001001111110000101001001001000011 | c2924fc29243 |
SJIS-WIN | ??O??C | 001111110011111101001111001111110011111101000011 | 3f3f4f3f3f43 |
EUC-JP | Â?OÂ?C | 10001111101010101010010000111111010011111000111110101010101001000011111101000011 | 8faaa43f4f8faaa43f43 |
UTF-8 | ÂOÂC | 11000011100000101100001010010010010011111100001110000010110000101001001001000011 | c382c2924fc382c29243 |
UHC | ??O??C | 001111110011111101001111001111110011111101000011 | 3f3f4f3f3f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)