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 | 11110000101000101000111010100001010110110100001001000110 | f0a28ea15b4246 |
EUC-JP | ?治[BF | 001111111011110010100011010110110100001001000110 | 3fbca35b4246 |
UTF-8 | 治[BF | 111011101000000110100001111001101011001010111011010110110100001001000110 | ee81a1e6b2bb5b4246 |
UHC | ?治[BF | 001111111111011010111101010110110100001001000110 | 3ff6bd5b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)