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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蛛イ髮ォ逑 | 1110010110000001101100101110100110011011101010111110011110010011 | e581b2e99babe793 |
EUC-JP | 蛛イ髮ォ逑 | 11101001111000011000111010110010111100011111101110001110101010111110110111110011 | e9e18eb2f1fb8eabedf3 |
UTF-8 | 蛛イ髮ォ逑 | 111010001001101110011011111011111011110110110010111010011010101110101110111011111011110110101011111010011000000010010001 | e89b9befbdb2e9abaeefbdabe98091 |
UHC | 蛛?髮?逑 | 1111000111001000001111111101101110100101001111111100111111000111 | f1c83fdba53fcfc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)