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 | ?Z?? | 00111111010110100011111100111111 | 3f5a3f3f |
SJIS-WIN | 哭Z痞髴 | 10011010010011000101101011100001011111001110100110011100 | 9a4c5ae17ce99c |
EUC-JP | 哭Z痞髴 | 11010011101011010101101011100001110111011111000111111100 | d3ad5ae1ddf1fc |
UTF-8 | 哭Z痞髴 | 11100101100100111010110101011010111001111001011110011110111010011010101110110100 | e593ad5ae7979ee9abb4 |
UHC | 哭Z?? | 1100110111010110010110100011111100111111 | cdd65a3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)