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 | ??????Q | 00111111001111110011111100111111001111110011111101010001 | 3f3f3f3f3f3f51 |
SJIS-WIN | 蹂シ」蹂シォQ | 111001101111100010111100101000111110011011111000101111001010101101010001 | e6f8bca3e6f8bcab51 |
EUC-JP | 蹂シ」蹂シォQ | 11101100111110101000111010111100100011101010001111101100111110101000111010111100100011101010101101010001 | ecfa8ebc8ea3ecfa8ebc8eab51 |
UTF-8 | 蹂シ」蹂シォQ | 11101000101110011000001011101111101111011011110011101111101111011010001111101000101110011000001011101111101111011011110011101111101111011010101101010001 | e8b982efbdbcefbda3e8b982efbdbcefbdab51 |
UHC | 蹂??蹂??Q | 111010111011001100111111001111111110101110110011001111110011111101010001 | ebb33f3febb33f3f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)