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 | 1001001001001000100100011010101101101101 | 924891ab6d |
EUC-JP | 辿足m | 1100001110101001110000101010110101101101 | c3a9c2ad6d |
UTF-8 | 辿足m | 11101000101111101011111111101000101101101011001101101101 | e8bebfe8b6b36d |
UHC | ?足m | 00111111111100001110101101101101 | 3ff0eb6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)