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 | 11101011111101111000110001101101 | ebf78c6d |
SJIS-WIN | ?÷?m | 0011111110000001100000000011111101101101 | 3f81803f6d |
EUC-JP | ë÷?m | 10001111101010111011001110100001111000000011111101101101 | 8fabb3a1e03f6d |
UTF-8 | ë÷m | 11000011101010111100001110110111110000101000110001101101 | c3abc3b7c28c6d |
UHC | ?÷?m | 0011111110100001110000000011111101101101 | 3fa1c03f6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)