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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 癒щ?癒 | 10010110111111001000010010001011001111111001011011111100 | 96fc848b3f96fc |
EUC-JP | 癒щIJ癒 | 110011001111111010100111111010111000111110101001101001101100110011111110 | ccfea7eb8fa9a6ccfe |
UTF-8 | 癒щIJ癒 | 11100111100110011001001011010001100010011100010010110010111001111001100110010010 | e79992d189c4b2e79992 |
UHC | 癒щIJ癒 | 1110101110101000101011001110101110101000101001101110101110101000 | eba8aceba8a6eba8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)