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 | Âñ¬ | 1100001010011111110000111011000111000010100000011100001010101100 | c29fc3b1c281c2ac |
SJIS-WIN | ???±???¬ | 00111111001111110011111110000001011111010011111100111111001111111000000111001010 | 3f3f3f817d3f3f3f81ca |
EUC-JP | �ñ�¬ | 100011111010101010100100001111111000111110101010101010101010000111011110100011111010101010100100001111111000111110101010101001001010001011001100 | 8faaa43f8faaaaa1de8faaa43f8faaa4a2cc |
UTF-8 | Âñ¬ | 11000011100000101100001010011111110000111000001111000010101100011100001110000010110000101000000111000011100000101100001010101100 | c382c29fc383c2b1c382c281c382c2ac |
UHC | ???±???? | 001111110011111100111111101000011011111000111111001111110011111100111111 | 3f3f3fa1be3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)