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 | 汚汚^ | 1000100110011000100010011001100001011110 | 899889985e |
EUC-JP | 汚汚^ | 1011000111111000101100011111100001011110 | b1f8b1f85e |
UTF-8 | 汚汚^ | 11100110101100011001101011100110101100011001101001011110 | e6b19ae6b19a5e |
UHC | 汚汚^ | 1110011111111101111001111111110101011110 | e7fde7fd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)