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 | ????v | 0011111100111111001111110011111101110110 | 3f3f3f3f76 |
SJIS-WIN | 魚???v | 100010111001101100111111001111110011111101110110 | 8b9b3f3f3f76 |
EUC-JP | 魚???v | 101101011111101100111111001111110011111101110110 | b5fb3f3f3f76 |
UTF-8 | 魚끤댄뫔v | 11101001101011011001101011101011100000011010010011101011100011001000010011101011101010111001010001110110 | e9ad9aeb81a4eb8c84ebab9476 |
UHC | 魚끤댄뫔v | 111001011110000010000101110011101011010011101101100100011011011001110110 | e5e085ceb4ed91b676 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)