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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 竪賊尊~ | 10010010010001111001000110101111100100011011100001111110 | 924791af91b87e |
EUC-JP | 竪賊尊~ | 11000011101010001100001010110001110000101011101001111110 | c3a8c2b1c2ba7e |
UTF-8 | 竪賊尊~ | 11100111101010111010101011101000101100111000101011100101101100001000101001111110 | e7abaae8b38ae5b08a7e |
UHC | 竪賊尊~ | 11100010101101011110111011100100111100001110111001111110 | e2b5eee4f0ee7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)