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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 哭鞦鞦~ | 10011010010011001110100011100001111010001110000101111110 | 9a4ce8e1e8e17e |
EUC-JP | 哭鞦鞦~ | 11010011101011011111000011100011111100001110001101111110 | d3adf0e3f0e37e |
UTF-8 | 哭鞦鞦~ | 11100101100100111010110111101001100111101010011011101001100111101010011001111110 | e593ade99ea6e99ea67e |
UHC | 哭??~ | 1100110111010110001111110011111101111110 | cdd63f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)