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 | 觸≫昆襭 | 1110011001011100100000011110001010001101101010011110011001000010 | e65c81e28da9e642 |
EUC-JP | 觸≫昆襭 | 1110101110111101101000101110010010111010101010111110101110100011 | ebbda2e4baabeba3 |
UTF-8 | 觸≫昆襭 | 111010001010011110111000111000101000100110101011111001101001100010000110111010001010010110101101 | e8a7b8e289abe69886e8a5ad |
UHC | 觸≫昆? | 11110101101110101010000111101101110011011110000000111111 | f5baa1edcde03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)