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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 尹邀 | 10011011100110101110011110110001 | 9b9ae7b1 |
EUC-JP | 尹邀 | 11010101111110101110111010110011 | d5faeeb3 |
UTF-8 | 尹邀 | 111001011011000010111001111010011000001010000000 | e5b0b9e98280 |
UHC | 尹邀 | 11101011110001011110100110101101 | ebc5e9ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)