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 | ÂñÂY | 11000010100100111100001110110001110000101000111001011001 | c293c3b1c28e59 |
SJIS-WIN | ???±??Y | 0011111100111111001111111000000101111101001111110011111101011001 | 3f3f3f817d3f3f59 |
EUC-JP | �ñ�Y | 1000111110101010101001000011111110001111101010101010101010100001110111101000111110101010101001000011111101011001 | 8faaa43f8faaaaa1de8faaa43f59 |
UTF-8 | ÂñÂY | 11000011100000101100001010010011110000111000001111000010101100011100001110000010110000101000111001011001 | c382c293c383c2b1c382c28e59 |
UHC | ???±??Y | 0011111100111111001111111010000110111110001111110011111101011001 | 3f3f3fa1be3f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)