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 | âµ±²h | 1110001010110101101100011011001001101000 | e2b5b1b268 |
SJIS-WIN | ??±?h | 001111110011111110000001011111010011111101101000 | 3f3f817d3f68 |
EUC-JP | â?±?h | 1000111110101011101001000011111110100001110111100011111101101000 | 8faba43fa1de3f68 |
UTF-8 | âµ±²h | 110000111010001011000010101101011100001010110001110000101011001001101000 | c3a2c2b5c2b1c2b268 |
UHC | ??±²h | 00111111001111111010000110111110101010011111011101101000 | 3f3fa1bea9f768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)