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] | 00111111001111110011111100111111001111110101000101011101 | 3f3f3f3f3f515d |
SJIS-WIN | 永??鎰?Q] | 100010010110100100111111001111111110100001001100001111110101000101011101 | 89693f3fe84c3f515d |
EUC-JP | 永??鎰?Q] | 101100011100101000111111001111111110111110101101001111110101000101011101 | b1ca3f3fefad3f515d |
UTF-8 | 永띠빢鎰셏Q] | 1110011010110000101110001110101110011101101000001110101110111001101000101110100110001110101100001110110010000101100011110101000101011101 | e6b0b8eb9da0ebb9a2e98eb0ec858f515d |
UHC | 永띠빢鎰셏Q] | 111001111011010110110110111011001001010110111110111011001111000010011001010101000101000101011101 | e7b5b6ec95beecf09954515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)