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 | 儕慕^ | 1001100101010000100101011110011101011110 | 995095e75e |
EUC-JP | 儕慕^ | 1101000110110001110010101110100101011110 | d1b1cae95e |
UTF-8 | 儕慕^ | 11100101100001001001010111100110100001011001010101011110 | e58495e685955e |
UHC | ?慕^ | 00111111110110011011011101011110 | 3fd9b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)