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 | ??Q] | 00111111001111110101000101011101 | 3f3f515d |
SJIS-WIN | 勺竺Q] | 100011101101100110001110101100010101000101011101 | 8ed98eb1515d |
EUC-JP | 勺竺Q] | 101111001101101110111100101100110101000101011101 | bcdbbcb3515d |
UTF-8 | 勺竺Q] | 1110010110001011101110101110011110101011101110100101000101011101 | e58bbae7abba515d |
UHC | 勺竺Q] | 111011011100001111110101111001110101000101011101 | edc3f5e7515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)