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 | 駝垪^ | 1110100101101011100110101011100001011110 | e96b9ab85e |
EUC-JP | 駝垪^ | 1111000111001100110101001011101001011110 | f1ccd4ba5e |
UTF-8 | 駝垪^ | 11101001101001111001110111100101100111101010101001011110 | e9a79de59eaa5e |
UHC | 駝?^ | 11110110111011110011111101011110 | f6ef3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)