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 | ???W??? | 00111111001111110011111101010111001111110011111100111111 | 3f3f3f573f3f3f |
SJIS-WIN | 曖??W曖?? | 100111100100001000111111001111110101011110011110010000100011111100111111 | 9e423f3f579e423f3f |
EUC-JP | 曖??W曖?? | 110110111010001100111111001111110101011111011011101000110011111100111111 | dba33f3f57dba33f3f |
UTF-8 | 曖뤷뵺W曖뤷뵺 | 11100110100110111001011011101011101001001011011111101011101101011011101001010111111001101001101110010110111010111010010010110111111010111011010110111010 | e69b96eba4b7ebb5ba57e69b96eba4b7ebb5ba |
UHC | 曖뤷뵺W曖뤷뵺 | 11100100111100101000111111100101100101001011100001010111111001001111001010001111111001011001010010111000 | e4f28fe594b857e4f28fe594b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)