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 | ????[ | 0011111100111111001111110011111101011011 | 3f3f3f3f5b |
SJIS-WIN | 螂ェ阡オ[ | 11100101101001011010101011101000100101001011010101011011 | e5a5aae894b55b |
EUC-JP | 螂ェ阡オ[ | 111010101010011110001110101010101110111111110100100011101011010101011011 | eaa78eaaeff48eb55b |
UTF-8 | 螂ェ阡オ[ | 11101000100111101000001011101111101111011010101011101001100110001010000111101111101111011011010101011011 | e89e82efbdaae998a1efbdb55b |
UHC | 螂?阡?[ | 11010101110011000011111111110100110001100011111101011011 | d5cc3ff4c63f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)