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 | ±²âµB | 1011000110110010111000101011010101000010 | b1b2e2b542 |
SJIS-WIN | ±???B | 100000010111110100111111001111110011111101000010 | 817d3f3f3f42 |
EUC-JP | ±?â?B | 1010000111011110001111111000111110101011101001000011111101000010 | a1de3f8faba43f42 |
UTF-8 | ±²âµB | 110000101011000111000010101100101100001110100010110000101011010101000010 | c2b1c2b2c3a2c2b542 |
UHC | ±²??B | 10100001101111101010100111110111001111110011111101000010 | a1bea9f73f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)