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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 闌ォ鬧域п骰 | 1110100010001100101010111110100110100111100010001110011010000100100000011110100110001101 | e88cabe9a788e68481e98d |
EUC-JP | 闌ォ鬧域п骰 | 111011111110110010001110101010111111001010101001101100001110100010100111111000011111000111101101 | efec8eabf2a9b0e8a7e1f1ed |
UTF-8 | 闌ォ鬧域п骰 | 1110100110010111100011001110111110111101101010111110100110101100101001111110010110011111100111111101000010111111111010011010101010110000 | e9978cefbdabe9aca7e59f9fd0bfe9aab0 |
UHC | ??鬧域п? | 001111110011111111010111101000101110011010110100101011001110000100111111 | 3f3fd7a2e6b4ace13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)