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 | 111010011011001111011111101001111110100110110011111110101111000101000101 | e9b3dfa7e9b3faf145 |
EUC-JP | 魑゚ァ魑橾E | 111100101011010110001110110111111000111010100111111100101011010110001111110001011011011001000101 | f2b58edf8ea7f2b58fc5b645 |
UTF-8 | 魑゚ァ魑橾E | 11101001101011011001000111101111101111101001111111101111101111011010011111101001101011011001000111100110101010011011111001000101 | e9ad91efbe9fefbda7e9ad91e6a9be45 |
UHC | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)