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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鳥??拗 | 100100101011100100111111001111111001110101011000 | 92b93f3f9d58 |
EUC-JP | 鳥??拗 | 110001001011101100111111001111111101100110111001 | c4bb3f3fd9b9 |
UTF-8 | 鳥흔특拗 | 111010011011001110100101111011011001110110010100111011011000101010111001111001101000101110010111 | e9b3a5ed9d94ed8ab9e68b97 |
UHC | 鳥흔특拗 | 1111000011101000110010001110011111000110101011111110100011110011 | f0e8c8e7c6afe8f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)