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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 拿?拿?^ | 10011101010111000011111110011101010111000011111101011110 | 9d5c3f9d5c3f5e |
EUC-JP | 拿?拿?^ | 11011001101111010011111111011001101111010011111101011110 | d9bd3fd9bd3f5e |
UTF-8 | 拿늄拿늄^ | 11100110100010111011111111101011100010101000010011100110100010111011111111101011100010101000010001011110 | e68bbfeb8a84e68bbfeb8a845e |
UHC | 拿늄拿늄^ | 110100011101101010110100101111011101000111011010101101001011110101011110 | d1dab4bdd1dab4bd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)