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 | 螂ェ邯壼ア | 1110010110100101101010101110011110110110100110101110010110110001 | e5a5aae7b69ae5b1 |
EUC-JP | 螂ェ邯壼ア | 11101010101001111000111010101010111011101011100011010100111001111000111010110001 | eaa78eaaeeb8d4e78eb1 |
UTF-8 | 螂ェ邯壼ア | 111010001001111010000010111011111011110110101010111010011000001010101111111001011010001110111100111011111011110110110001 | e89e82efbdaae982afe5a3bcefbdb1 |
UHC | 螂?邯?? | 11010101110011000011111111001010111110110011111100111111 | d5cc3fcafb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)