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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 支?\ | 10001110011110000011111101011100 | 8e783f5c |
EUC-JP | 支?\ | 10111011110110010011111101011100 | bbd93f5c |
UTF-8 | 支렣\ | 11100110100101001010111111101011101000001010001101011100 | e694afeba0a35c |
UHC | 支렣\ | 1111001010101000100011101011010001011100 | f2a88eb45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)