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 | ??X? | 00111111001111110101100000111111 | 3f3f583f |
SJIS-WIN | 遏ュX蟄 | 111001111001111110101101010110001110010110101101 | e79fad58e5ad |
EUC-JP | 遏ュX蟄 | 11101110101000011000111010101101010110001110101010101111 | eea18ead58eaaf |
UTF-8 | 遏ュX蟄 | 11101001100000011000111111101111101111011010110101011000111010001001111110000100 | e9818fefbdad58e89f84 |
UHC | ??X蟄 | 0011111100111111010110001111011011011110 | 3f3f58f6de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)