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 | èéçú¤ | 1110100011101001100011001110011110010011100011111111101010100100 | e8e98ce7938ffaa4 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | èé?ç??ú¤ | 100011111010101110110010100011111010101110110001001111111000111110101011101011100011111100111111100011111010101111100010100011111010001011110000 | 8fabb28fabb13f8fabae3f3f8fabe28fa2f0 |
UTF-8 | èéçú¤ | 11000011101010001100001110101001110000101000110011000011101001111100001010010011110000101000111111000011101110101100001010100100 | c3a8c3a9c28cc3a7c293c28fc3bac2a4 |
UHC | ???????¤ | 001111110011111100111111001111110011111100111111001111111010001010110100 | 3f3f3f3f3f3f3fa2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)