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 | 11101000101101111000111111101111101111011011110101011001 | e8b78fefbdbd59 |
SJIS-WIN | ??????Y | 00111111001111110011111100111111001111110011111101011001 | 3f3f3f3f3f3f59 |
EUC-JP | è??ï??Y | 1000111110101011101100100011111100111111100011111010101111000001001111110011111101011001 | 8fabb23f3f8fabc13f3f59 |
UTF-8 | è·ï½½Y | 11000011101010001100001010110111110000101000111111000011101011111100001010111101110000101011110101011001 | c3a8c2b7c28fc3afc2bdc2bd59 |
UHC | ?·??½½Y | 00111111101000011010010000111111001111111010100011110110101010001111011001011001 | 3fa1a43f3fa8f6a8f659 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)