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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 将蚣P | 1000111110101011111001010110111001010000 | 8fabe56e50 |
EUC-JP | 将蚣P | 1011111010101101111010011100111101010000 | beade9cf50 |
UTF-8 | 将蚣P | 11100101101100001000011011101000100110101010001101010000 | e5b086e89aa350 |
UHC | ?蚣P | 00111111110011011111011101010000 | 3fcdf750 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)