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 | ±Ì³ã | 10110001110011001011001111100011 | b1ccb3e3 |
SJIS-WIN | ±??? | 1000000101111101001111110011111100111111 | 817d3f3f3f |
EUC-JP | ±Ì?ã | 101000011101111010001111101010101100000000111111100011111010101110101010 | a1de8faac03f8fabaa |
UTF-8 | ±Ì³ã | 1100001010110001110000111000110011000010101100111100001110100011 | c2b1c38cc2b3c3a3 |
UHC | ±?³? | 101000011011111000111111101010011111100000111111 | a1be3fa9f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)