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 | ???OF | 0011111100111111001111110100111101000110 | 3f3f3f4f46 |
SJIS-WIN | 狸族足OF | 1001001001001011100100011011000010010001101010110100111101000110 | 924b91b091ab4f46 |
EUC-JP | 狸族足OF | 1100001110101100110000101011001011000010101011010100111101000110 | c3acc2b2c2ad4f46 |
UTF-8 | 狸族足OF | 1110011110001011101110001110011010010111100011111110100010110110101100110100111101000110 | e78bb8e6978fe8b6b34f46 |
UHC | 狸族足OF | 1101011111100001111100001110100111110000111010110100111101000110 | d7e1f0e9f0eb4f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)