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 | 踰ゥ髷ヲ鮓 | 1110011011111010101010011110100110011110101001101110100110110110 | e6faa9e99ea6e9b6 |
EUC-JP | 踰ゥ髷ヲ鮓 | 11101100111111001000111010101001111100011111111010001110101001101111001010111000 | ecfc8ea9f1fe8ea6f2b8 |
UTF-8 | 踰ゥ髷ヲ鮓 | 111010001011100010110000111011111011110110101001111010011010101110110111111011111011110110100110111010011010111010010011 | e8b8b0efbda9e9abb7efbda6e9ae93 |
UHC | 踰???? | 111010111011001000111111001111110011111100111111 | ebb23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)