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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 卍?卍?^ | 10011001110000100011111110011001110000100011111101011110 | 99c23f99c23f5e |
EUC-JP | 卍?卍?^ | 11010010110001000011111111010010110001000011111101011110 | d2c43fd2c43f5e |
UTF-8 | 卍丹卍丹^ | 11100101100011011000110111101111101001011001111011100101100011011000110111101111101001011001111001011110 | e58d8defa59ee58d8defa59e5e |
UHC | 卍丹卍丹^ | 110110001011001111010101101011101101100010110011110101011010111001011110 | d8b3d5aed8b3d5ae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)