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 | 杓質脇 | 100011101101101110001110101111111001100001100101 | 8edb8ebf9865 |
EUC-JP | 杓質脇 | 101111001101110110111100110000011100111111000110 | bcddbcc1cfc6 |
UTF-8 | 杓質脇 | 111001101001110110010011111010001011001110101010111010001000010010000111 | e69d93e8b3aae88487 |
UHC | 杓質脇 | 111110001111010111110010111101011111101011110111 | f8f5f2f5faf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)