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 | ??\???i | 00111111001111110101110000111111001111110011111101101001 | 3f3f5c3f3f3f69 |
SJIS-WIN | 邀オ\隰晉朕i | 1110011110110001101101010101110011101000101011001001110111100111100100101011110101101001 | e7b1b55ce8ac9de792bd69 |
EUC-JP | 邀オ\隰晉朕i | 111011101011001110001110101101010101110011110000101011101101101011101001110001001011111101101001 | eeb38eb55cf0aedae9c4bf69 |
UTF-8 | 邀オ\隰晉朕i | 1110100110000010100000001110111110111101101101010101110011101001100110101011000011100110100110011000100111100110100111001001010101101001 | e98280efbdb55ce99ab0e69989e69c9569 |
UHC | 邀?\?晉朕i | 11101001101011010011111101011100001111111111001011001011111100101111100101101001 | e9ad3f5c3ff2cbf2f969 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)