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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 質宍B | 111100001100000010001110101111111111000010111000100011101011001101000010 | f0c08ebff0b88eb342 |
EUC-JP | ?質?宍B | 00111111101111001100000100111111101111001011010101000010 | 3fbcc13fbcb542 |
UTF-8 | 質宍B | 11101110100000011011111111101000101100111010101011101110100000011011011111100101101011101000110101000010 | ee81bfe8b3aaee81b7e5ae8d42 |
UHC | ?質??B | 001111111111001011110101001111110011111101000010 | 3ff2f53f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)