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 | 凹??魚 | 100010011001101000111111001111111000101110011011 | 899a3f3f8b9b |
EUC-JP | 凹??魚 | 101100011111101000111111001111111011010111111011 | b1fa3f3fb5fb |
UTF-8 | 凹든윪魚 | 111001011000011110111001111010111001001110100000111011001001110010101010111010011010110110011010 | e587b9eb93a0ec9caae9ad9a |
UHC | 凹든윪魚 | 1110100011101010101101011110011110011111101010011110010111100000 | e8eab5e79fa9e5e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)