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 | ??D | 001111110011111101000100 | 3f3f44 |
SJIS-WIN | 将脯D | 1000111110101011111000111111101101000100 | 8fabe3fb44 |
EUC-JP | 将脯D | 1011111010101101111001101111110101000100 | beade6fd44 |
UTF-8 | 将脯D | 11100101101100001000011011101000100001001010111101000100 | e5b086e884af44 |
UHC | ?脯D | 00111111111110001110000101000100 | 3ff8e144 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)