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 | 薔?悌珞 | 11100101010010110011111110010010111011101110000011100010 | e54b3f92eee0e2 |
EUC-JP | 薔?悌珞 | 11101001101011000011111111000100111100001110000011100100 | e9ac3fc4f0e0e4 |
UTF-8 | 薔렟悌珞 | 111010001001011010010100111010111010000010011111111001101000001010001100111001111000111110011110 | e89694eba09fe6828ce78f9e |
UHC | 薔렟悌珞 | 1110110111111001100011101011000011110000101010101101010110101000 | edf98eb0f0aad5a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)