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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 絎碁じ褞 | 1110001101001101100011001110100110000010101101101110010111110000 | e34d8ce982b6e5f0 |
EUC-JP | 絎碁じ褞 | 1110010110101110101110001110101110100100101110001110101011110010 | e5aeb8eba4b8eaf2 |
UTF-8 | 絎碁じ褞 | 111001111011010110001110111001111010001010000001111000111000000110011000111010001010010010011110 | e7b58ee7a281e38198e8a49e |
UHC | ?碁じ? | 001111111101000110110011101010101011100000111111 | 3fd1b3aab83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)