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 | 1001111101111011111000010111101101101101 | 9f7be17b6d |
EUC-JP | 毬痣m | 1101110111011100111000011101110001101101 | dddce1dc6d |
UTF-8 | 毬痣m | 11100110101011111010110011100111100101111010001101101101 | e6aface797a36d |
UHC | 毬?m | 11001111101100110011111101101101 | cfb33f6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)