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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 怐咤\ | 1001110010000001100110100100001001011100 | 9c819a425c |
EUC-JP | 怐咤\ | 1101011111100001110100111010001101011100 | d7e1d3a35c |
UTF-8 | 怐咤\ | 11100110100000001001000011100101100100101010010001011100 | e68090e592a45c |
UHC | ?咤\ | 00111111111101101110001101011100 | 3ff6e35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)