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 | 雄?繭燿 | 10010111010110010011111110010110100110101110000010100000 | 97593f969ae0a0 |
EUC-JP | 雄杻繭燿 | 110011011011101010001111110000111010011011001011111110101110000010100010 | cdba8fc3a6cbfae0a2 |
UTF-8 | 雄杻繭燿 | 111010011001101110000100111001101001110110111011111001111011100110101101111001111000011110111111 | e99b84e69dbbe7b9ade787bf |
UHC | 雄杻繭燿 | 1110101010101001110100101110111011001100101101101110100011111100 | eaa9d2eeccb6e8fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)