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 | 111010001100111000111111010110110100001001000110 | e8ce3f5b4246 |
EUC-JP | 靜?[BF | 111100001101000000111111010110110100001001000110 | f0d03f5b4246 |
UTF-8 | 靜렱[BF | 111010011001110110011100111010111010000010110001010110110100001001000110 | e99d9ceba0b15b4246 |
UHC | 靜렱[BF | 11110000101000011000111010111110010110110100001001000110 | f0a18ebe5b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)