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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 偲エト式E | 10001110110000111011010011000100100011101010111001000101 | 8ec3b4c48eae45 |
EUC-JP | 偲エト式E | 101111001100010110001110101101001000111011000100101111001011000001000101 | bcc58eb48ec4bcb045 |
UTF-8 | 偲エト式E | 11100101100000011011001011101111101111011011010011101111101111101000010011100101101111001000111101000101 | e581b2efbdb4efbe84e5bc8f45 |
UHC | ???式E | 001111110011111100111111111000111101001001000101 | 3f3f3fe3d245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)