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 | 塢??鴨 | 100110101100011100111111001111111000101010011011 | 9ac73f3f8a9b |
EUC-JP | 塢??鴨 | 110101001100100100111111001111111011001111111011 | d4c93f3fb3fb |
UTF-8 | 塢싨솮鴨 | 111001011010000110100010111011001000101110101000111011001000011010101110111010011011010010101000 | e5a1a2ec8ba8ec86aee9b4a8 |
UHC | 塢싨솮鴨 | 1110011111110001100110101110011010011001101001001110010011100101 | e7f19ae699a4e4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)