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 | ?????G | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
SJIS-WIN | 舌???密G | 1001000011100011001111110011111100111111100101101010011101000111 | 90e33f3f3f96a747 |
EUC-JP | 舌???密G | 1100000011100101001111110011111100111111110011001010100101000111 | c0e53f3f3fcca947 |
UTF-8 | 舌롍렍뤾密G | 11101000100010001000110011101011101000011000110111101011101000001000110111101011101001001011111011100101101011111000011001000111 | e8888ceba18deba08deba4bee5af8647 |
UHC | 舌롍렍뤾密G | 1110000011011111100011101101001110001110101000111000111111101010110110101100101101000111 | e0df8ed38ea38feadacb47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)