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 | ?u??A | 0011111101110101001111110011111101000001 | 3f753f3f41 |
| SJIS-WIN | 叩u竪叩A | 1001001001000000011101011001001001000111100100100100000001000001 | 9240759247924041 |
| EUC-JP | 叩u竪叩A | 1100001110100001011101011100001110101000110000111010000101000001 | c3a175c3a8c3a141 |
| UTF-8 | 叩u竪叩A | 1110010110001111101010010111010111100111101010111010101011100101100011111010100101000001 | e58fa975e7abaae58fa941 |
| UHC | 叩u竪叩A | 1100110110110000011101011110001010110101110011011011000001000001 | cdb075e2b5cdb041 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)