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 | 竪?竪?^ | 10010010010001110011111110010010010001110011111101011110 | 92473f92473f5e |
EUC-JP | 竪璹竪?^ | 110000111010100010001111110011001110011111000011101010000011111101011110 | c3a88fcce7c3a83f5e |
UTF-8 | 竪璹竪묲^ | 11100111101010111010101011100111100100101011100111100111101010111010101011101011101011001011001001011110 | e7abaae792b9e7abaaebacb25e |
UHC | 竪璹竪묲^ | 111000101011010111100010110110111110001010110101100100100100100101011110 | e2b5e2dbe2b592495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)