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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 螂焔∈螂 | 1110010110100101100010011000101110000001101110001110010110100101 | e5a5898b81b8e5a5 |
EUC-JP | 螂焔∈螂 | 1110101010100111101100011110101110100010101110101110101010100111 | eaa7b1eba2baeaa7 |
UTF-8 | 螂焔∈螂 | 111010001001111010000010111001111000010010010100111000101000100010001000111010001001111010000010 | e89e82e78494e28888e89e82 |
UHC | 螂?∈螂 | 11010101110011000011111110100001111101001101010111001100 | d5cc3fa1f4d5cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)