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 | èë½®í | 1110100010011000100101101110101110111101101011101110110110001000 | e89896ebbdaeed88 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | è??ë?®í? | 10001111101010111011001000111111001111111000111110101011101100110011111110001111101000101110111010001111101010111011111100111111 | 8fabb23f3f8fabb33f8fa2ee8fabbf3f |
UTF-8 | èë½®í | 11000011101010001100001010011000110000101001011011000011101010111100001010111101110000101010111011000011101011011100001010001000 | c3a8c298c296c3abc2bdc2aec3adc288 |
UHC | ????½®?? | 00111111001111110011111100111111101010001111011010100010111001110011111100111111 | 3f3f3f3fa8f6a2e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)