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 | 晳鋤? | 1111101011011001100011111001101100111111 | fad98f9b3f |
EUC-JP | 晳鋤? | 100011111100001011000100101111011111101100111111 | 8fc2c4bdfb3f |
UTF-8 | 晳鋤롛 | 111001101001100110110011111010011000101110100100111010111010000110011011 | e699b3e98ba4eba19b |
UHC | 晳鋤롛 | 111000001010111111100000101001111000111011011111 | e0afe0a78edf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)