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 | 魚좊젔暎 | 111010011010110110011010111011001010001010001010111011001010000010010100111001101001101010001110 | e9ad9aeca28aeca094e69a8e |
UHC | 魚좊젔暎 | 1110010111100000101000001110101110100000100100101110011110110010 | e5e0a0eba092e7b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)