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 | ?邀 | 001111111110011110110001 | 3fe7b1 |
EUC-JP | ?邀 | 001111111110111010110011 | 3feeb3 |
UTF-8 | 잎邀 | 111011001001111010001110111010011000001010000000 | ec9e8ee98280 |
UHC | 잎邀 | 11000000110110011110100110101101 | c0d9e9ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)