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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 岳?始孩?與 | 10001010011110000011111110001110011011101001101101110111001111111110010001101111 | 8a783f8e6e9b773fe46f |
EUC-JP | 岳?始孩?與 | 10110011110110010011111110111011110011111101010111011000001111111110011111010000 | b3d93fbbcfd5d83fe7d0 |
UTF-8 | 岳묢始孩볡與 | 111001011011001010110011111010111010110010100010111001011010011110001011111001011010110110101001111010111011001110100001111010001000100010000111 | e5b2b3ebaca2e5a78be5ada9ebb3a1e88887 |
UHC | 岳묢始孩볡與 | 111001001011111110010001111110011110001110110111111110101010100110010011111001111110011010101000 | e4bf91f9e3b7faa993e7e6a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)