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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 堯輕??狎 | 1110101010011111111001110110101000111111001111111110000010111110 | ea9fe76a3f3fe0be |
EUC-JP | 堯輕??狎 | 1111010010100001111011011100101100111111001111111110000011000000 | f4a1edcb3f3fe0c0 |
UTF-8 | 堯輕렱렊狎 | 111001011010000010101111111010001011110010010101111010111010000010110001111010111010000010001010111001111000101110001110 | e5a0afe8bc95eba0b1eba08ae78b8e |
UHC | 堯輕렱렊狎 | 11101000111010111100110011101110100011101011111010001110101000011110010011100100 | e8ebccee8ebe8ea1e4e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)