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 | ????V | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
SJIS-WIN | 淲、雉ェV | 11111011010001001010010011101000101100111010101001010110 | fb44a4e8b3aa56 |
EUC-JP | ?、雉ェV | 0011111110001110101001001111000010110101100011101010101001010110 | 3f8ea4f0b58eaa56 |
UTF-8 | 淲、雉ェV | 11100110101101111011001011101111101111011010010011101001100110111000100111101111101111011010101001010110 | e6b7b2efbda4e99b89efbdaa56 |
UHC | ??雉?V | 001111110011111111110110110010110011111101010110 | 3f3ff6cb3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)