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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 照肛エ | 1000111111000110111000111110100010110100 | 8fc6e3e8b4 |
EUC-JP | 照肛エ | 101111101100100011100110111010101000111010110100 | bec8e6ea8eb4 |
UTF-8 | 照肛エ | 111001111000010110100111111010001000001010011011111011111011110110110100 | e785a7e8829befbdb4 |
UHC | 照肛? | 1111000011001110111110011111110100111111 | f0cef9fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)