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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 銓戊エ吟 | 111001111111001010010101111010001011010010001011111000011111010010111100 | e7f295e8b48be1f4bc |
EUC-JP | 銓戊エ吟? | 111011101111010011001010111010101000111010110100101101101110001100111111 | eef4caea8eb4b6e33f |
UTF-8 | 銓戊エ吟 | 111010011000101010010011111001101000100010001010111011111011110110110100111001011001000010011111111011101000110110101011 | e98a93e6888aefbdb4e5909fee8dab |
UHC | 銓戊?吟? | 1110111110110000110110011110011000111111111010111110000100111111 | efb0d9e63febe13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)