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 | ÂþÂP | 11000010100100011100001110111110110000101001001001010000 | c291c3bec29250 |
SJIS-WIN | ??????P | 00111111001111110011111100111111001111110011111101010000 | 3f3f3f3f3f3f50 |
EUC-JP | Â?Ã?Â?P | 10001111101010101010010000111111100011111010101010101010001111111000111110101010101001000011111101010000 | 8faaa43f8faaaa3f8faaa43f50 |
UTF-8 | ÂþÂP | 11000011100000101100001010010001110000111000001111000010101111101100001110000010110000101001001001010000 | c382c291c383c2bec382c29250 |
UHC | ???¾??P | 0011111100111111001111111010100011111010001111110011111101010000 | 3f3f3fa8fa3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)