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 | ???^~ | 0011111100111111001111110101111001111110 | 3f3f3f5e7e |
SJIS-WIN | 軏基筒^~ | 1111101110110010100010101110111010010011100110110101111001111110 | fbb28aee939b5e7e |
EUC-JP | 軏基筒^~ | 100011111110000011011001101101001111000011000101111110110101111001111110 | 8fe0d9b4f0c5fb5e7e |
UTF-8 | 軏基筒^~ | 1110100010111011100011111110010110011111101110101110011110101101100100100101111001111110 | e8bb8fe59fbae7ad925e7e |
UHC | ?基筒^~ | 00111111110100001111000111110111110101010101111001111110 | 3fd0f1f7d55e7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)