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 | 營??亥ζ? | 100110100111101000111111001111111000100011100101100000111100010000111111 | 9a7a3f3f88e583c43f |
EUC-JP | 營??亥ζ? | 110100111101101100111111001111111011000011100111101001101100011000111111 | d3db3f3fb0e7a6c63f |
UTF-8 | 營뚯궠亥ζ뤃 | 1110011110000111100111111110101110011010101011111110101010110110101000001110010010111010101001011100111010110110111010111010010010000011 | e7879feb9aafeab6a0e4baa5ceb6eba483 |
UHC | 營뚯궠亥ζ뤃 | 111001111011110110001100111011001000001010110011111110101010010010100101111001101000111110110100 | e7bd8cec82b3faa4a5e68fb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)