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 | 蛛イ髮ォ閼ゥ | 111001011000000110110010111010011001101110101011111010001000010010101001 | e581b2e99babe884a9 |
EUC-JP | 蛛イ髮ォ閼ゥ | 111010011110000110001110101100101111000111111011100011101010101111101111111001001000111010101001 | e9e18eb2f1fb8eabefe48ea9 |
UTF-8 | 蛛イ髮ォ閼ゥ | 111010001001101110011011111011111011110110110010111010011010101110101110111011111011110110101011111010011001011010111100111011111011110110101001 | e89b9befbdb2e9abaeefbdabe996bcefbda9 |
UHC | 蛛?髮?閼? | 111100011100100000111111110110111010010100111111111001001101100100111111 | f1c83fdba53fe4d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)