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 | çë®êú | 1110011110101101100011001110101110010111101011101110101011111010 | e7ad8ceb97aeeafa |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ç??ë?®êú | 100011111010101110101110001111110011111110001111101010111011001100111111100011111010001011101110100011111010101110110100100011111010101111100010 | 8fabae3f3f8fabb33f8fa2ee8fabb48fabe2 |
UTF-8 | çë®êú | 11000011101001111100001010101101110000101000110011000011101010111100001010010111110000101010111011000011101010101100001110111010 | c3a7c2adc28cc3abc297c2aec3aac3ba |
UHC | ????®?? | 00111111101000011010100100111111001111110011111110100010111001110011111100111111 | 3fa1a93f3f3fa2e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)