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 | ???^c^ | 001111110011111100111111010111100110001101011110 | 3f3f3f5e635e |
SJIS-WIN | 焏基筒^c^ | 111110110101001110001010111011101001001110011011010111100110001101011110 | fb538aee939b5e635e |
EUC-JP | 焏基筒^c^ | 10001111110010011110100110110100111100001100010111111011010111100110001101011110 | 8fc9e9b4f0c5fb5e635e |
UTF-8 | 焏基筒^c^ | 111001111000010010001111111001011001111110111010111001111010110110010010010111100110001101011110 | e7848fe59fbae7ad925e635e |
UHC | ?基筒^c^ | 0011111111010000111100011111011111010101010111100110001101011110 | 3fd0f1f7d55e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)