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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蛇嫉踰^ | 10001110110101101000111010111001111001101111101001011110 | 8ed68eb9e6fa5e |
EUC-JP | 蛇嫉踰^ | 10111100110110001011110010111011111011001111110001011110 | bcd8bcbbecfc5e |
UTF-8 | 蛇嫉踰^ | 11101000100110111000011111100101101010111000100111101000101110001011000001011110 | e89b87e5ab89e8b8b05e |
UHC | 蛇嫉踰^ | 11011110111011111111001011101100111010111011001001011110 | deeff2ecebb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)