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 | 蛇者^ | 1000111011010110100011101101001001011110 | 8ed68ed25e |
EUC-JP | 蛇者^ | 1011110011011000101111001101010001011110 | bcd8bcd45e |
UTF-8 | 蛇者^ | 11101000100110111000011111101000100000001000010101011110 | e89b87e880855e |
UHC | 蛇者^ | 1101111011101111111011011011101001011110 | deefedba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)