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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 樗頭??憑^ | 100100101001010010010011101010100011111100111111100111001101111101011110 | 929493aa3f3f9cdf5e |
EUC-JP | 樗頭??憑^ | 110000111111010011000110101011000011111100111111110110001110000101011110 | c3f4c6ac3f3fd8e15e |
UTF-8 | 樗頭렡띔憑^ | 11100110101010001001011111101001101000001010110111101011101000001010000111101011100111011001010011100110100001101001000101011110 | e6a897e9a0adeba0a1eb9d94e686915e |
UHC | 樗頭렡띔憑^ | 1110111011000000110101001110100110001110101100101011011011101010110111101011101101011110 | eec0d4e98eb2b6eadebb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)