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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ウ絅ウ絅^ | 10110011111000110100010010110011111000110100010001011110 | b3e344b3e3445e |
EUC-JP | ウ絅ウ絅^ | 100011101011001111100101101001011000111010110011111001011010010101011110 | 8eb3e5a58eb3e5a55e |
UTF-8 | ウ絅ウ絅^ | 11101111101111011011001111100111101101011000010111101111101111011011001111100111101101011000010101011110 | efbdb3e7b585efbdb3e7b5855e |
UHC | ?絅?絅^ | 00111111110011001110011100111111110011001110011101011110 | 3fcce73fcce75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)