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 | 乙棄乙棄^ | 100010011011001110001010111111001000100110110011100010101111110001011110 | 89b38afc89b38afc5e |
EUC-JP | 乙棄乙棄^ | 101100101011010110110100111111101011001010110101101101001111111001011110 | b2b5b4feb2b5b4fe5e |
UTF-8 | 乙棄乙棄^ | 11100100101110011001100111100110101000111000010011100100101110011001100111100110101000111000010001011110 | e4b999e6a384e4b999e6a3845e |
UHC | 乙棄乙棄^ | 111010111110000011010001101001011110101111100000110100011010010101011110 | ebe0d1a5ebe0d1a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)