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 | 薔?悌裸 | 11100101010010110011111110010010111011101001011110000111 | e54b3f92ee9787 |
EUC-JP | 薔?悌裸 | 11101001101011000011111111000100111100001100110111100111 | e9ac3fc4f0cde7 |
UTF-8 | 薔렟悌裸 | 111010001001011010010100111010111010000010011111111001101000001010001100111010001010001110111000 | e89694eba09fe6828ce8a3b8 |
UHC | 薔렟悌裸 | 1110110111111001100011101011000011110000101010101101010110100011 | edf98eb0f0aad5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)