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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 蛇鬣^ | 1000111011010110111010011010010101011110 | 8ed6e9a55e |
EUC-JP | 蛇鬣^ | 1011110011011000111100101010011101011110 | bcd8f2a75e |
UTF-8 | 蛇鬣^ | 11101000100110111000011111101001101011001010001101011110 | e89b87e9aca35e |
UHC | 蛇?^ | 11011110111011110011111101011110 | deef3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)