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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 魚??暎 | 100010111001101100111111001111111001110111110011 | 8b9b3f3f9df3 |
EUC-JP | 魚??暎 | 101101011111101100111111001111111101101011110101 | b5fb3f3fdaf5 |
UTF-8 | 魚뚧땾暎 | 111010011010110110011010111010111001101010100111111010111001010110111110111001101001101010001110 | e9ad9aeb9aa7eb95bee69a8e |
UHC | 魚뚧땾暎 | 1110010111100000100011001110011010001011100101001110011110110010 | e5e08ce68b94e7b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)