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 | 螟懆雌蒿 | 1110010110100100100111001110100010001110100100111110010011100100 | e5a49ce88e93e4e4 |
EUC-JP | 螟懆雌蒿 | 1110101010100110110110001110101010111011111100111110100011100110 | eaa6d8eabbf3e8e6 |
UTF-8 | 螟懆雌蒿 | 111010001001111010011111111001101000011110000110111010011001101110001100111010001001001010111111 | e89e9fe68786e99b8ce892bf |
UHC | 螟?雌蒿 | 11011001101011010011111111101101110000011111101111011010 | d9ad3fedc1fbda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)