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 | ?RG | 001111110101001001000111 | 3f5247 |
SJIS-WIN | 哭RG | 10011010010011000101001001000111 | 9a4c5247 |
EUC-JP | 哭RG | 11010011101011010101001001000111 | d3ad5247 |
UTF-8 | 哭RG | 1110010110010011101011010101001001000111 | e593ad5247 |
UHC | 哭RG | 11001101110101100101001001000111 | cdd65247 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)