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] | 1110011010110000101110001110101110011101101000001110101110010110101000111110100110001110101100001110101110101101100111010101000101011101 | e6b0b8eb9da0eb96a3e98eb0ebad9d515d |
UHC | 永띠떣鎰뭝Q] | 111001111011010110110110111011001000101110110111111011001111000010010010011010010101000101011101 | e7b5b6ec8bb7ecf09269515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)