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 | 撓η?鴨 | 10011101100110101000001111000101001111111000101010011011 | 9d9a83c53f8a9b |
EUC-JP | 撓η?鴨 | 11011001111110101010011011000111001111111011001111111011 | d9faa6c73fb3fb |
UTF-8 | 撓η쥜鴨 | 1110011010010010100100111100111010110111111011001010010110011100111010011011010010101000 | e69293ceb7eca59ce9b4a8 |
UHC | 撓η쥜鴨 | 1110100011110101101001011110011110100010100100011110010011100101 | e8f5a5e7a291e4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)