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 | 11100010010101100011111101101101 | e2563f6d |
EUC-JP | 齋?m | 11100011101101110011111101101101 | e3b73f6d |
UTF-8 | 齋렧m | 11101001101111011000101111101011101000001010011101101101 | e9bd8beba0a76d |
UHC | 齋렧m | 1110111010110001100011101011011001101101 | eeb18eb66d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)