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 | 111001111010100110101001110100011000110111101100100010101001100001000101 | e7a9a9d18dec8a9845 |
EUC-JP | 遨ゥム作釜E | 1110111010101011100011101010100110001110110100011011101011101110101100111111100001000101 | eeab8ea98ed1baeeb3f845 |
UTF-8 | 遨ゥム作釜E | 11101001100000011010100011101111101111011010100111101111101111101001000111100100101111011001110011101001100001111001110001000101 | e981a8efbda9efbe91e4bd9ce9879c45 |
UHC | ???作釜E | 0011111100111111001111111110110111000010110111011011110001000101 | 3f3f3fedc2ddbc45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)