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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 質宍\ | 111100001100000010001110101111111111000010111000100011101011001101011100 | f0c08ebff0b88eb35c |
EUC-JP | ?質?宍\ | 00111111101111001100000100111111101111001011010101011100 | 3fbcc13fbcb55c |
UTF-8 | 質宍\ | 11101110100000011011111111101000101100111010101011101110100000011011011111100101101011101000110101011100 | ee81bfe8b3aaee81b7e5ae8d5c |
UHC | ?質??\ | 001111111111001011110101001111110011111101011100 | 3ff2f53f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)