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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 辱?ズ墻 | 10010000010010100011111110000011010110011001101011010100 | 904a3f83599ad4 |
EUC-JP | 辱?ズ墻 | 10111111101010110011111110100101101110101101010011010110 | bfab3fa5bad4d6 |
UTF-8 | 辱녺ズ墻 | 111010001011111010110001111010111000010110111010111000111000001010111010111001011010001010111011 | e8beb1eb85bae382bae5a2bb |
UHC | 辱녺ズ墻 | 1110100110110100100001101110011110101011101110101110110111011111 | e9b486e7abbaeddf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)