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] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 辿卒側Q] | 1001001001001000100100011011001010010001101001000101000101011101 | 924891b291a4515d |
EUC-JP | 辿卒側Q] | 1100001110101001110000101011010011000010101001100101000101011101 | c3a9c2b4c2a6515d |
UTF-8 | 辿卒側Q] | 1110100010111110101111111110010110001101100100101110010110000001101101000101000101011101 | e8bebfe58d92e581b4515d |
UHC | ?卒側Q] | 00111111111100001110111111110110101100000101000101011101 | 3ff0eff6b0515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)