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 | ???oBF | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-WIN | 松暿ェoBF | 1000111110111100111110101101110110101010011011110100001001000110 | 8fbcfaddaa6f4246 |
EUC-JP | 松暿ェoBF | 10111110101111101000111111000010110111101000111010101010011011110100001001000110 | bebe8fc2de8eaa6f4246 |
UTF-8 | 松暿ェoBF | 111001101001110110111110111001101001101010111111111011111011110110101010011011110100001001000110 | e69dbee69abfefbdaa6f4246 |
UHC | 松??oBF | 11100001111001100011111100111111011011110100001001000110 | e1e63f3f6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)