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 | 咤眄\ | 1001101001000010111000011011111001011100 | 9a42e1be5c |
EUC-JP | 咤眄\ | 1101001110100011111000101100000001011100 | d3a3e2c05c |
UTF-8 | 咤眄\ | 11100101100100101010010011100111100111001000010001011100 | e592a4e79c845c |
UHC | 咤眄\ | 1111011011100011110110001111100001011100 | f6e3d8f85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)