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 | 蠑・隍カ | 111001011011110010100101111010001010010010110110 | e5bca5e8a4b6 |
EUC-JP | 蠑・隍カ | 1110101010111110100011101010010111110000101001101000111010110110 | eabe8ea5f0a68eb6 |
UTF-8 | 蠑・隍カ | 111010001010000010010001111011111011110110100101111010011001101010001101111011111011110110110110 | e8a091efbda5e99a8defbdb6 |
UHC | ??隍? | 0011111100111111111111001101101100111111 | 3f3ffcdb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)