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 | 銓戊エ吟 | 11100111111100101001010111101000101101001000101111100001 | e7f295e8b48be1 |
EUC-JP | 銓戊エ吟 | 1110111011110100110010101110101010001110101101001011011011100011 | eef4caea8eb4b6e3 |
UTF-8 | 銓戊エ吟 | 111010011000101010010011111001101000100010001010111011111011110110110100111001011001000010011111 | e98a93e6888aefbdb4e5909f |
UHC | 銓戊?吟 | 11101111101100001101100111100110001111111110101111100001 | efb0d9e63febe1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)