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 | 辷オ螟ア雉 | 1110011110001000101101011110010110100100101100011110100010110011 | e788b5e5a4b1e8b3 |
EUC-JP | 辷オ螟ア雉 | 11101101111010001000111010110101111010101010011010001110101100011111000010110101 | ede88eb5eaa68eb1f0b5 |
UTF-8 | 辷オ螟ア雉 | 111010001011111010110111111011111011110110110101111010001001111010011111111011111011110110110001111010011001101110001001 | e8beb7efbdb5e89e9fefbdb1e99b89 |
UHC | ??螟?雉 | 00111111001111111101100110101101001111111111011011001011 | 3f3fd9ad3ff6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)