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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????⑦? | 00111111001111110011111100111111100001110100011000111111 | 3f3f3f3f87463f |
EUC-JP | ???洧?? | 0011111100111111001111111000111111000111101101000011111100111111 | 3f3f3f8fc7b43f3f |
UTF-8 | 琉든ㄺ洧⑦븠 | 111011111010011110001100111010111001001110100000111000111000010010111010111001101011010010100111111000101001000110100110111010111011100010100000 | efa78ceb93a0e384bae6b4a7e291a6ebb8a0 |
UHC | 琉든ㄺ洧⑦븠 | 111010111010010010110101111001111010010010101010111010101111101110101000111011011001010110001001 | eba4b5e7a4aaeafba8ed9589 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)