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 | 終?杰渦 | 10001111010010010011111110011110010111101000100101010001 | 8f493f9e5e8951 |
EUC-JP | 終?杰渦 | 10111101101010100011111111011011101111111011000110110010 | bdaa3fdbbfb1b2 |
UTF-8 | 終브杰渦 | 111001111011010110000010111010111011100010001100111001101001110110110000111001101011100010100110 | e7b582ebb88ce69db0e6b8a6 |
UHC | 終브杰渦 | 1111000011111011101110101110101011001011111110011110100010111110 | f0fbbaeacbf9e8be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)