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 | ?[ | 0011111101011011 | 3f5b |
SJIS-WIN | 哭[ | 100110100100110001011011 | 9a4c5b |
EUC-JP | 哭[ | 110100111010110101011011 | d3ad5b |
UTF-8 | 哭[ | 11100101100100111010110101011011 | e593ad5b |
UHC | 哭[ | 110011011101011001011011 | cdd65b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)