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 | 莊團莊團^ | 111001001011010110011010101000111110010010110101100110101010001101011110 | e4b59aa3e4b59aa35e |
EUC-JP | 莊團莊團^ | 111010001011011111010100101001011110100010110111110101001010010101011110 | e8b7d4a5e8b7d4a55e |
UTF-8 | 莊團莊團^ | 11101000100011101000101011100101100111001001100011101000100011101000101011100101100111001001100001011110 | e88e8ae59c98e88e8ae59c985e |
UHC | 莊團莊團^ | 111011011111011011010011101001011110110111110110110100111010010101011110 | edf6d3a5edf6d3a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)