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 | 止??? | 1000111001111110001111110011111100111111 | 8e7e3f3f3f |
EUC-JP | 止??? | 1011101111011111001111110011111100111111 | bbdf3f3f3f |
UTF-8 | 止淚렜묍 | 111001101010110110100010111011111010010110001101111010111010000010011100111010111010110010001101 | e6ada2efa58deba09cebac8d |
UHC | 止淚렜묍 | 1111001010101101110100101110011110001110101011101011100110100011 | f2add2e78eaeb9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)