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 | 111000101111001001101101 | e2f26d |
SJIS-WIN | ??m | 001111110011111101101101 | 3f3f6d |
EUC-JP | âòm | 10001111101010111010010010001111101010111101001001101101 | 8faba48fabd26d |
UTF-8 | âòm | 1100001110100010110000111011001001101101 | c3a2c3b26d |
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)