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 | 001111110011111100111111001111110111110101000010 | 3f3f3f3f7d42 |
SJIS-WIN | 驪ァ逍セ}B | 1110100110001011101001111110011110010110101111100111110101000010 | e98ba7e796be7d42 |
EUC-JP | 驪ァ逍セ}B | 11110001111010111000111010100111111011011111011010001110101111100111110101000010 | f1eb8ea7edf68ebe7d42 |
UTF-8 | 驪ァ逍セ}B | 1110100110101001101010101110111110111101101001111110100110000000100011011110111110111101101111100111110101000010 | e9a9aaefbda7e9808defbdbe7d42 |
UHC | 驪?逍?}B | 1101010111110001001111111110000111001110001111110111110101000010 | d5f13fe1ce3f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)