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 | 謖宿 | 11100110100011001000111101101000 | e68c8f68 |
EUC-JP | 謖宿 | 11101011111011001011110111001001 | ebecbdc9 |
UTF-8 | 謖宿 | 111010001010110010010110111001011010111010111111 | e8ac96e5aebf |
UHC | 謖宿 | 11100001110110101110001011010110 | e1dae2d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)