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 | 赱檎汚趁 | 1110011011011111100011001110011110001001100110001110011011100001 | e6df8ce78998e6e1 |
EUC-JP | 赱檎汚趁 | 1110110011100001101110001110100110110001111110001110110011100011 | ece1b8e9b1f8ece3 |
UTF-8 | 赱檎汚趁 | 111010001011010110110001111001101010101010001110111001101011000110011010111010001011011010000001 | e8b5b1e6aa8ee6b19ae8b681 |
UHC | ?檎汚? | 001111111101000011010101111001111111110100111111 | 3fd0d5e7fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)