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 | 莉凡莉本^ | 111001001011101110010110011111011110010010111011100101100111101101011110 | e4bb967de4bb967b5e |
EUC-JP | 莉凡莉本^ | 111010001011110111001011110111101110100010111101110010111101110001011110 | e8bdcbdee8bdcbdc5e |
UTF-8 | 莉凡莉本^ | 11101000100011101000100111100101100001111010000111101000100011101000100111100110100111001010110001011110 | e88e89e587a1e88e89e69cac5e |
UHC | 莉凡莉本^ | 110101111110100111011011111011011101011111101001110111001110001001011110 | d7e9dbedd7e9dce25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)