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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 雲瞿雲衢E | 100010010101111111100001110110001000100101011111111001011100101101000101 | 895fe1d8895fe5cb45 |
EUC-JP | 雲瞿雲衢E | 101100011100000011100010110110101011000111000000111010101100110101000101 | b1c0e2dab1c0eacd45 |
UTF-8 | 雲瞿雲衢E | 11101001100110111011001011100111100111101011111111101001100110111011001011101000101000011010001001000101 | e99bb2e79ebfe99bb2e8a1a245 |
UHC | 雲瞿雲衢E | 111010101010001111001111101110101110101010100011110011111100001101000101 | eaa3cfbaeaa3cfc345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)