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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 日?臧?日 | 1001001111111010001111111110010001101000001111111001001111111010 | 93fa3fe4683f93fa |
EUC-JP | 日?臧?日 | 1100011011111100001111111110011111001001001111111100011011111100 | c6fc3fe7c93fc6fc |
UTF-8 | 日렮臧렎日 | 111001101001011110100101111010111010000010101110111010001000011110100111111010111010000010001110111001101001011110100101 | e697a5eba0aee887a7eba08ee697a5 |
UHC | 日렮臧렎日 | 11101100111011011000111010111011111011011111010110001110101001001110110011101101 | eced8ebbedf58ea4eced |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)