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 | ?e\ | 001111110110010101011100 | 3f655c |
SJIS-WIN | 哭e\ | 10011010010011000110010101011100 | 9a4c655c |
EUC-JP | 哭e\ | 11010011101011010110010101011100 | d3ad655c |
UTF-8 | 哭e\ | 1110010110010011101011010110010101011100 | e593ad655c |
UHC | 哭e\ | 11001101110101100110010101011100 | cdd6655c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)