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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 晳鋤箘 | 111110101101100110001111100110111110001010101110 | fad98f9be2ae |
EUC-JP | 晳鋤箘 | 10001111110000101100010010111101111110111110010010110000 | 8fc2c4bdfbe4b0 |
UTF-8 | 晳鋤箘 | 111001101001100110110011111010011000101110100100111001111010111010011000 | e699b3e98ba4e7ae98 |
UHC | 晳鋤? | 1110000010101111111000001010011100111111 | e0afe0a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)