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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 亂溝^ | 1001100010101010100011010110000101011110 | 98aa8d615e |
EUC-JP | 亂溝^ | 1101000010101100101110011100001001011110 | d0acb9c25e |
UTF-8 | 亂溝^ | 11100100101110101000001011100110101110101001110101011110 | e4ba82e6ba9d5e |
UHC | 亂溝^ | 1101010110101111110011111011010101011110 | d5afcfb55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)