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 | 弱??毓? | 10001110111000110011111100111111100111110111100100111111 | 8ee33f3f9f793f |
EUC-JP | 弱??毓? | 10111100111001010011111100111111110111011101101000111111 | bce53f3fddda3f |
UTF-8 | 弱뤷컦毓몆 | 111001011011110010110001111010111010010010110111111011001011101110100110111001101010111110010011111010111010101010000110 | e5bcb1eba4b7ecbba6e6af93ebaa86 |
UHC | 弱뤷컦毓몆 | 11100101101100001000111111100101101100001000111111101011101111101001000101110000 | e5b08fe5b08febbe9170 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)