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 | 邀凡邀本^ | 111001111011000110010110011111011110011110110001100101100111101101011110 | e7b1967de7b1967b5e |
EUC-JP | 邀凡邀本^ | 111011101011001111001011110111101110111010110011110010111101110001011110 | eeb3cbdeeeb3cbdc5e |
UTF-8 | 邀凡邀本^ | 11101001100000101000000011100101100001111010000111101001100000101000000011100110100111001010110001011110 | e98280e587a1e98280e69cac5e |
UHC | 邀凡邀本^ | 111010011010110111011011111011011110100110101101110111001110001001011110 | e9addbede9addce25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)