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 | 證褐?縡 | 11100110100110101000101010001100001111111110001101110001 | e69a8a8c3fe371 |
EUC-JP | 證褐?縡 | 11101011111110101011001111101100001111111110010111010010 | ebfab3ec3fe5d2 |
UTF-8 | 證褐烙縡 | 111010001010110110001001111010001010010010010000111011111010010010010110111001111011100010100001 | e8ad89e8a490efa496e7b8a1 |
UHC | 證褐烙縡 | 1111000111111011110010101110100011010001111001001110111010101101 | f1fbcae8d1e4eead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)