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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 映ц?埇? | 1000100101100110100001001000100000111111111110101001101000111111 | 896684883ffa9a3f |
EUC-JP | 映ц?埇? | 101100011100011110100111111010000011111110001111101101111110011100111111 | b1c7a7e83f8fb7e73f |
UTF-8 | 映ц쵛埇풟 | 1110011010011000101000001101000110000110111011001011010110011011111001011001111110000111111011011001001010011111 | e698a0d186ecb59be59f87ed929f |
UHC | 映ц쵛埇풟 | 11100111101100011010110011101000101011001001110111101001101110011011111101000010 | e7b1ace8ac9de9b9bf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)