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 | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 豈ャ逞樊E | 11100110101011111010110011100111100101111001111011100110111101011001111001000101 | e6aface7979ee6f59e45 |
EUC-JP | 豈ャ逞樊?E | 11101100101100011000111010101100111011011111011111011100111010000011111101000101 | ecb18eacedf7dce83f45 |
UTF-8 | 豈ャ逞樊E | 11101000101100011000100011101111101111011010110011101001100000001001111011100110101010001000101011101110100100001000100101000101 | e8b188efbdace9809ee6a88aee908945 |
UHC | 豈?逞樊?E | 110100011100001000111111110101101100000111011011111000000011111101000101 | d1c23fd6c1dbe03f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)