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^ | 111110111011001010001010111011101001001110011011010111100110001101011110 | fbb28aee939b5e635e |
EUC-JP | 軏基筒^c^ | 10001111111000001101100110110100111100001100010111111011010111100110001101011110 | 8fe0d9b4f0c5fb5e635e |
UTF-8 | 軏基筒^c^ | 111010001011101110001111111001011001111110111010111001111010110110010010010111100110001101011110 | e8bb8fe59fbae7ad925e635e |
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)