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 | ????\Y | 001111110011111100111111001111110101110001011001 | 3f3f3f3f5c59 |
SJIS-WIN | 蛛イ逎/\Y | 111001011000000110110010111001111010001110000001010111100101110001011001 | e581b2e7a3815e5c59 |
EUC-JP | 蛛イ逎/\Y | 11101001111000011000111010110010111011101010010110100001101111110101110001011001 | e9e18eb2eea5a1bf5c59 |
UTF-8 | 蛛イ逎/\Y | 1110100010011011100110111110111110111101101100101110100110000000100011101110111110111100100011110101110001011001 | e89b9befbdb2e9808eefbc8f5c59 |
UHC | 蛛??/\Y | 1111000111001000001111110011111110100011101011110101110001011001 | f1c83f3fa3af5c59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)