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 | 001111110011111101101101 | 3f3f6d |
SJIS-WIN | ?愡m | 00111111100111001011100101101101 | 3f9cb96d |
EUC-JP | 湗愡m | 100011111100011111111011110110001011101101101101 | 8fc7fbd8bb6d |
UTF-8 | 湗愡m | 11100110101110011001011111100110100001001010000101101101 | e6b997e684a16d |
UHC | ??m | 001111110011111101101101 | 3f3f6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)