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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蠕零l蟀 | 1110010110111110100101111110101110000010100011001110010110101001 | e5be97eb828ce5a9 |
EUC-JP | 蠕零l蟀 | 1110101011000000110011101110110110100011111011001110101010101011 | eac0ceeda3eceaab |
UTF-8 | 蠕零l蟀 | 111010001010000010010101111010011001101110110110111011111011110110001100111010001001111110000000 | e8a095e99bb6efbd8ce89f80 |
UHC | ?零l? | 001111111101011011000011101000111110110000111111 | 3fd6c3a3ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)