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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 肢?~ | 10001110100010000011111101111110 | 8e883f7e |
EUC-JP | 肢?~ | 10111011111010000011111101111110 | bbe83f7e |
UTF-8 | 肢렑~ | 11101000100000101010001011101011101000001001000101111110 | e882a2eba0917e |
UHC | 肢렑~ | 1111001010110110100011101010011001111110 | f2b68ea67e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)