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 | 膳膳^ | 1001000101010110100100010101011001011110 | 915691565e |
EUC-JP | 膳膳^ | 1100000110110111110000011011011101011110 | c1b7c1b75e |
UTF-8 | 膳膳^ | 11101000100001101011001111101000100001101011001101011110 | e886b3e886b35e |
UHC | 膳膳^ | 1110000011001110111000001100111001011110 | e0cee0ce5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)