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 | ?G? | 001111110100011100111111 | 3f473f |
SJIS-WIN | 哺G哭 | 1001101001001101010001111001101001001100 | 9a4d479a4c |
EUC-JP | 哺G哭 | 1101001110101110010001111101001110101101 | d3ae47d3ad |
UTF-8 | 哺G哭 | 11100101100100111011101001000111111001011001001110101101 | e593ba47e593ad |
UHC | 哺G哭 | 1111100011010100010001111100110111010110 | f8d447cdd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)