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 | 00111111111110101101100101101101 | 3ffad96d |
EUC-JP | ?晳m | 0011111110001111110000101100010001101101 | 3f8fc2c46d |
UTF-8 | 긂晳m | 11101010101110001000001011100110100110011011001101101101 | eab882e699b36d |
UHC | 긂晳m | 1000001101000101111000001010111101101101 | 8345e0af6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)