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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 翩蝎^ | 1110001111000111111001011001100101011110 | e3c7e5995e |
EUC-JP | 翩蝎^ | 1110011011001001111010011111100101011110 | e6c9e9f95e |
UTF-8 | 翩蝎^ | 11100111101111111010100111101000100111011000111001011110 | e7bfa9e89d8e5e |
UHC | 翩蝎^ | 1111100010111011110010101110100101011110 | f8bbcae95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)