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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 竪賊尊\ | 10010010010001111001000110101111100100011011100001011100 | 924791af91b85c |
EUC-JP | 竪賊尊\ | 11000011101010001100001010110001110000101011101001011100 | c3a8c2b1c2ba5c |
UTF-8 | 竪賊尊\ | 11100111101010111010101011101000101100111000101011100101101100001000101001011100 | e7abaae8b38ae5b08a5c |
UHC | 竪賊尊\ | 11100010101101011110111011100100111100001110111001011100 | e2b5eee4f0ee5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)