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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 轤ッ陂 | 1110011110000010101011111110100010011000 | e782afe898 |
EUC-JP | 轤ッ陂 | 111011011110001010001110101011111110111111111000 | ede28eafeff8 |
UTF-8 | 轤ッ陂 | 111010001011110110100100111011111011110110101111111010011001100110000010 | e8bda4efbdafe99982 |
UHC | ??陂 | 00111111001111111111100110101110 | 3f3ff9ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)