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 | ??M^ | 00111111001111110100110101011110 | 3f3f4d5e |
SJIS-WIN | ?勹M^ | 0011111110011001101011110100110101011110 | 3f99af4d5e |
EUC-JP | 伈勹M^ | 10001111101100001101010111010010101100010100110101011110 | 8fb0d5d2b14d5e |
UTF-8 | 伈勹M^ | 1110010010111100100010001110010110001011101110010100110101011110 | e4bc88e58bb94d5e |
UHC | ??M^ | 00111111001111110100110101011110 | 3f3f4d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)