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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬮ッ譎∵キオ | 111010011010101110101111111001101001100110000001111001101011011110110101 | e9abafe69981e6b7b5 |
EUC-JP | 鬮ッ譎∵キオ | 111100101010110110001110101011111110101111111001101000101110100010001110101101111000111010110101 | f2ad8eafebf9a2e88eb78eb5 |
UTF-8 | 鬮ッ譎∵キオ | 111010011010110010101110111011111011110110101111111010001010110110001110111000101000100010110101111011111011110110110111111011111011110110110101 | e9acaeefbdafe8ad8ee288b5efbdb7efbdb5 |
UHC | ??譎∵?? | 0011111100111111111111011101001010100001111100010011111100111111 | 3f3ffdd2a1f13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)