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 | ??[BF | 0011111100111111010110110100001001000110 | 3f3f5b4246 |
SJIS-WIN | 載?[BF | 100011011101101000111111010110110100001001000110 | 8dda3f5b4246 |
EUC-JP | 載?[BF | 101110101101110000111111010110110100001001000110 | badc3f5b4246 |
UTF-8 | 載쌜[BF | 111010001011110010001001111011001000110010011100010110110100001001000110 | e8bc89ec8c9c5b4246 |
UHC | 載쌜[BF | 11101110101100001011110111011011010110110100001001000110 | eeb0bddb5b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)