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?? | 0011111100111111011101100011111100111111 | 3f3f763f3f |
SJIS-WIN | 嶸ーv嶸倆 | 1111101010110100101100000111011011111010101101001001100011101101 | fab4b076fab498ed |
EUC-JP | 嶸ーv嶸倆 | 1000111110111011111101001000111010110000011101101000111110111011111101001101000011101111 | 8fbbf48eb0768fbbf4d0ef |
UTF-8 | 嶸ーv嶸倆 | 11100101101101101011100011101111101111011011000001110110111001011011011010111000111001011000000010000110 | e5b6b8efbdb076e5b6b8e58086 |
UHC | 嶸?v嶸倆 | 1110011110101110001111110111011011100111101011101101010111010110 | e7ae3f76e7aed5d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)