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 | 秀石^ | 1000111101000111100100001100111001011110 | 8f4790ce5e |
EUC-JP | 秀石^ | 1011110110101000110000001101000001011110 | bda8c0d05e |
UTF-8 | 秀石^ | 11100111101001111000000011100111100111111011001101011110 | e7a780e79fb35e |
UHC | 秀石^ | 1110001010110011111000001011010001011110 | e2b3e0b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)