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 | 凹??嘲 | 100010011001101000111111001111111001101001111101 | 899a3f3f9a7d |
EUC-JP | 凹??嘲 | 101100011111101000111111001111111101001111011110 | b1fa3f3fd3de |
UTF-8 | 凹롇롅嘲 | 111001011000011110111001111010111010000110000111111010111010000110000101111001011001100010110010 | e587b9eba187eba185e598b2 |
UHC | 凹롇롅嘲 | 1110100011101010100011101100110110001110110010111111000010111111 | e8ea8ecd8ecbf0bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)