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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 貂「雉ス魄 | 1110011010111000101000101110100010110011101111011110100110101110 | e6b8a2e8b3bde9ae |
EUC-JP | 貂「雉ス魄 | 11101100101110101000111010100010111100001011010110001110101111011111001010110000 | ecba8ea2f0b58ebdf2b0 |
UTF-8 | 貂「雉ス魄 | 111010001011001010000010111011111011110110100010111010011001101110001001111011111011110110111101111010011010110110000100 | e8b282efbda2e99b89efbdbde9ad84 |
UHC | 貂?雉?魄 | 1111010110110000001111111111011011001011001111111101101111011110 | f5b03ff6cb3fdbde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)