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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蝪。邯捺ф雹 | 1110010110100001101000011110011110110110100100111110011010000100100001101110100010111001 | e5a1a1e7b693e68486e8b9 |
EUC-JP | 蝪。邯捺ф雹 | 111010101010001110001110101000011110111010111000110001101110100010100111111001101111000010111011 | eaa38ea1eeb8c6e8a7e6f0bb |
UTF-8 | 蝪。邯捺ф雹 | 1110100010011101101010101110111110111101101000011110100110000010101011111110011010001101101110101101000110000100111010011001101110111001 | e89daaefbda1e982afe68dbad184e99bb9 |
UHC | ??邯捺ф雹 | 00111111001111111100101011111011110100011111010010101100111001101101101011011111 | 3f3fcafbd1f4ace6dadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)