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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 遏弑}遏弑{^ | 1110011110011111100111000101010101111101111001111001111110011100010101010111101101011110 | e79f9c557de79f9c557b5e |
EUC-JP | 遏弑}遏弑{^ | 1110111010100001110101111011011001111101111011101010000111010111101101100111101101011110 | eea1d7b67deea1d7b67b5e |
UTF-8 | 遏弑}遏弑{^ | 111010011000000110001111111001011011110010010001011111011110100110000001100011111110010110111100100100010111101101011110 | e9818fe5bc917de9818fe5bc917b5e |
UHC | ?弑}?弑{^ | 001111111110001110111101011111010011111111100011101111010111101101011110 | 3fe3bd7d3fe3bd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)