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 | èï½Ð | 1110100010000111100000101110111110111101100010011101000010000001 | e88782efbd89d081 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | è??ï???? | 100011111010101110110010001111110011111110001111101010111100000100111111001111110011111100111111 | 8fabb23f3f8fabc13f3f3f3f |
UTF-8 | èï½Ð | 11000011101010001100001010000111110000101000001011000011101011111100001010111101110000101000100111000011100100001100001010000001 | c3a8c287c282c3afc2bdc289c390c281 |
UHC | ????½?Ð? | 00111111001111110011111100111111101010001111011000111111101010001010001000111111 | 3f3f3f3fa8f63fa8a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)