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 | ????v | 0011111100111111001111110011111101110110 | 3f3f3f3f76 |
SJIS-WIN | 汐澵失v | 111100001010000110001110101011001111101101001100100011101011100001110110 | f0a18eacfb4c8eb876 |
EUC-JP | ?汐澵失v | 001111111011110010101110100011111100100011111000101111001011101001110110 | 3fbcae8fc8f8bcba76 |
UTF-8 | 汐澵失v | 11101110100000011010000011100110101100011001000011100110101111101011010111100101101001001011000101110110 | ee81a0e6b190e6beb5e5a4b176 |
UHC | ?汐?失v | 00111111111000001011000100111111111000111111011101110110 | 3fe0b13fe3f776 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)