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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 鰲フ邇イ治B | 111010011110000011001100111001111000111010110010100011101010000101000010 | e9e0cce78eb28ea142 |
EUC-JP | 鰲フ邇イ治B | 1111001011100010100011101100110011101101111011101000111010110010101111001010001101000010 | f2e28eccedee8eb2bca342 |
UTF-8 | 鰲フ邇イ治B | 11101001101100001011001011101111101111101000110011101001100000101000011111101111101111011011001011100110101100101011101101000010 | e9b0b2efbe8ce98287efbdb2e6b2bb42 |
UHC | 鰲?邇?治B | 111010001010011100111111111011001100010000111111111101101011110101000010 | e8a73fecc43ff6bd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)