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 | ??O?? | 0011111100111111010011110011111100111111 | 3f3f4f3f3f |
SJIS-WIN | 亥?O孩耕 | 1000100011100101001111110100111110011011011101111000110101101011 | 88e53f4f9b778d6b |
EUC-JP | 亥?O孩耕 | 1011000011100111001111110100111111010101110110001011100111001100 | b0e73f4fd5d8b9cc |
UTF-8 | 亥렲O孩耕 | 11100100101110101010010111101011101000001011001001001111111001011010110110101001111010001000000010010101 | e4baa5eba0b24fe5ada9e88095 |
UHC | 亥렲O孩耕 | 111110101010010010001110101111110100111111111010101010011100110011101001 | faa48ebf4ffaa9cce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)