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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???揖ζ? | 0011111100111111001111111001011101001011100000111100010000111111 | 3f3f3f974b83c43f |
EUC-JP | ???揖ζ? | 0011111100111111001111111100110110101100101001101100011000111111 | 3f3f3fcdaca6c63f |
UTF-8 | 閱뤿툖揖ζ끽 | 1110100110010110101100011110101110100100101111111110110110001000100101101110011010001111100101101100111010110110111010111000000110111101 | e996b1eba4bfed8896e68f96ceb6eb81bd |
UHC | 閱뤿툖揖ζ끽 | 111001101111001110001111111010111011100010001101111010111110011110100101111001101011001110100011 | e6f38febb88debe7a5e6b3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)