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 | 佶營デ蕕 | 1001100011001001100110100111101010000011011001101110010101000011 | 98c99a7a8366e543 |
EUC-JP | 佶營デ蕕 | 1101000011001011110100111101101110100101110001111110100110100100 | d0cbd3dba5c7e9a4 |
UTF-8 | 佶營デ蕕 | 111001001011110110110110111001111000011110011111111000111000001110000111111010001001010110010101 | e4bdb6e7879fe38387e89595 |
UHC | 佶營デ? | 11010001110011011110011110111101101010111100011100111111 | d1cde7bdabc73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)