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 | 哭鞦鞁珀 | 1001101001001100111010001110000111101000110110011110000011011111 | 9a4ce8e1e8d9e0df |
EUC-JP | 哭鞦鞁珀 | 1101001110101101111100001110001111110000110110111110000011100001 | d3adf0e3f0dbe0e1 |
UTF-8 | 哭鞦鞁珀 | 111001011001001110101101111010011001111010100110111010011001111010000001111001111000111110000000 | e593ade99ea6e99e81e78f80 |
UHC | 哭??珀 | 110011011101011000111111001111111101101011010110 | cdd63f3fdad6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)