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 | ÂCÂS | 110000101001101101000011110000101001110101010011 | c29b43c29d53 |
SJIS-WIN | ??C??S | 001111110011111101000011001111110011111101010011 | 3f3f433f3f53 |
EUC-JP | Â?CÂ?S | 10001111101010101010010000111111010000111000111110101010101001000011111101010011 | 8faaa43f438faaa43f53 |
UTF-8 | ÂCÂS | 11000011100000101100001010011011010000111100001110000010110000101001110101010011 | c382c29b43c382c29d53 |
UHC | ??C??S | 001111110011111101000011001111110011111101010011 | 3f3f433f3f53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)