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 | 螂ェ邯夊「 | 1110010110100101101010101110011110110110100110101110100010100010 | e5a5aae7b69ae8a2 |
EUC-JP | 螂ェ邯夊「 | 11101010101001111000111010101010111011101011100011010100111010101000111010100010 | eaa78eaaeeb8d4ea8ea2 |
UTF-8 | 螂ェ邯夊「 | 111010001001111010000010111011111011110110101010111010011000001010101111111001011010010010001010111011111011110110100010 | e89e82efbdaae982afe5a48aefbda2 |
UHC | 螂?邯?? | 11010101110011000011111111001010111110110011111100111111 | d5cc3fcafb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)