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 | 止??楡 | 100011100111111000111111001111111001111010111110 | 8e7e3f3f9ebe |
EUC-JP | 止??楡 | 101110111101111100111111001111111101110011000000 | bbdf3f3fdcc0 |
UTF-8 | 止淚쓱楡 | 111001101010110110100010111011111010010110001101111011001001001110110001111001101010010110100001 | e6ada2efa58dec93b1e6a5a1 |
UHC | 止淚쓱楡 | 1111001010101101110100101110011110111110101100111110101011111000 | f2add2e7beb3eaf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)