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 | 11101000101110011000101011101111101111011011101101011001 | e8b98aefbdbb59 |
SJIS-WIN | ??????Y | 00111111001111110011111100111111001111110011111101011001 | 3f3f3f3f3f3f59 |
EUC-JP | è??ï??Y | 1000111110101011101100100011111100111111100011111010101111000001001111110011111101011001 | 8fabb23f3f8fabc13f3f59 |
UTF-8 | è¹ï½»Y | 11000011101010001100001010111001110000101000101011000011101011111100001010111101110000101011101101011001 | c3a8c2b9c28ac3afc2bdc2bb59 |
UHC | ?¹??½?Y | 001111111010100111110110001111110011111110101000111101100011111101011001 | 3fa9f63f3fa8f63f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)