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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 跣カh跣 | 111001101110111110110110011010001110011011101111 | e6efb668e6ef |
EUC-JP | 跣カh跣 | 11101100111100011000111010110110011010001110110011110001 | ecf18eb668ecf1 |
UTF-8 | 跣カh跣 | 11101000101101111010001111101111101111011011011001101000111010001011011110100011 | e8b7a3efbdb668e8b7a3 |
UHC | 跣?h跣 | 111000001101001100111111011010001110000011010011 | e0d33f68e0d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)