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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 婁佯凌 | 100110000100101110011000110100011001011110111101 | 984b98d197bd |
EUC-JP | 婁佯凌 | 110011111010110011010000110100111100111010111111 | cfacd0d3cebf |
UTF-8 | 婁佯凌 | 111001011010100110000001111001001011110110101111111001011000011110001100 | e5a981e4bdafe5878c |
UHC | 婁佯凌 | 110101111010010111100101101110101101011111010000 | d7a5e5bad7d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)