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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 邀啓邀啓^ | 111001111011000110001100010110111110011110110001100011000101101101011110 | e7b18c5be7b18c5b5e |
EUC-JP | 邀啓邀啓^ | 111011101011001110110111101111001110111010110011101101111011110001011110 | eeb3b7bceeb3b7bc5e |
UTF-8 | 邀啓邀啓^ | 11101001100000101000000011100101100101011001001111101001100000101000000011100101100101011001001101011110 | e98280e59593e98280e595935e |
UHC | 邀啓邀啓^ | 111010011010110111001100111101101110100110101101110011001111011001011110 | e9adccf6e9adccf65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)