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 | 造造綜? | 10010001101000101001000110100010100100011000111000111111 | 91a291a2918e3f |
EUC-JP | 造造綜? | 11000010101001001100001010100100110000011110111000111111 | c2a4c2a4c1ee3f |
UTF-8 | 造造綜敾 | 111010011000000010100000111010011000000010100000111001111011011010011100111001101001010110111110 | e980a0e980a0e7b69ce695be |
UHC | 造造綜敾 | 1111000011100011111100001110001111110000111111001110000011000000 | f0e3f0e3f0fce0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)