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 | ?e?q | 00111111011001010011111101110001 | 3f653f71 |
SJIS-WIN | 鯀eq | 111010011011111101100101111101101110001101110001 | e9bf65f6e371 |
EUC-JP | 鯀e?q | 1111001011000001011001010011111101110001 | f2c1653f71 |
UTF-8 | 鯀eq | 1110100110101111100000000110010111101110100101001000101001110001 | e9af8065ee948a71 |
UHC | ?e?q | 00111111011001010011111101110001 | 3f653f71 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)