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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 杓質赦 | 100011101101101110001110101111111000111011001101 | 8edb8ebf8ecd |
EUC-JP | 杓質赦 | 101111001101110110111100110000011011110011001111 | bcddbcc1bccf |
UTF-8 | 杓質赦 | 111001101001110110010011111010001011001110101010111010001011010110100110 | e69d93e8b3aae8b5a6 |
UHC | 杓質赦 | 111110001111010111110010111101011101111011110101 | f8f5f2f5def5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)