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 | Âñ | 1100001010011111110000111011000111000010100000101100001010000110 | c29fc3b1c282c286 |
SJIS-WIN | ???±???? | 001111110011111100111111100000010111110100111111001111110011111100111111 | 3f3f3f817d3f3f3f3f |
EUC-JP | �ñ�� | 1000111110101010101001000011111110001111101010101010101010100001110111101000111110101010101001000011111110001111101010101010010000111111 | 8faaa43f8faaaaa1de8faaa43f8faaa43f |
UTF-8 | Âñ | 11000011100000101100001010011111110000111000001111000010101100011100001110000010110000101000001011000011100000101100001010000110 | c382c29fc383c2b1c382c282c382c286 |
UHC | ???±???? | 001111110011111100111111101000011011111000111111001111110011111100111111 | 3f3f3fa1be3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)