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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 魏セ螳咋→ | 111010011011000010111110111001011010111010001101111011101000000110101000 | e9b0bee5ae8dee81a8 |
EUC-JP | 魏セ螳咋→ | 11110010101100101000111010111110111010101011000010111010111100001010001010101010 | f2b28ebeeab0baf0a2aa |
UTF-8 | 魏セ螳咋→ | 111010011010110110001111111011111011110110111110111010001001111010110011111001011001001010001011111000101000011010010010 | e9ad8fefbdbee89eb3e5928be28692 |
UHC | 魏?螳?→ | 1110101011100000001111111101001111011001001111111010000111100110 | eae03fd3d93fa1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)