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 | 100010110101100000111111010110110100001001000110 | 8b583f5b4246 |
EUC-JP | 宜?[BF | 101101011011100100111111010110110100001001000110 | b5b93f5b4246 |
UTF-8 | 宜렫[BF | 111001011010111010011100111010111010000010101011010110110100001001000110 | e5ae9ceba0ab5b4246 |
UHC | 宜렫[BF | 11101011111100011000111010111001010110110100001001000110 | ebf18eb95b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)