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 | 袿律i | 111001011101110110010111101001011000001010001001 | e5dd97a58289 |
EUC-JP | 袿律i | 111010101101111111001110101001111010001111101001 | eadfcea7a3e9 |
UTF-8 | 袿律i | 111010001010001010111111111001011011111010001011111011111011110110001001 | e8a2bfe5be8befbd89 |
UHC | ?律i | 0011111111010111110010001010001111101001 | 3fd7c8a3e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)