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 | î ±ç«º | 111011101000010110110001111001111010101110111010 | ee85b1e7abba |
| SJIS-WIN | ??±??? | 00111111001111111000000101111101001111110011111100111111 | 3f3f817d3f3f3f |
| EUC-JP | �� | 10001111101010111100001000111111101000011101111010001111101010111010111000111111100011111010001011101011 | 8fabc23fa1de8fabae3f8fa2eb |
| UTF-8 | î ±ç«º | 110000111010111011000010100001011100001010110001110000111010011111000010101010111100001010111010 | c3aec285c2b1c3a7c2abc2ba |
| UHC | ??±??º | 0011111100111111101000011011111000111111001111111010100010101100 | 3f3fa1be3f3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)