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 | 藥?~穩 | 11100101010110100011111110000001011000001110001001110010 | e55a3f8160e272 |
EUC-JP | 藥?〜穩 | 11101001101110110011111110100001110000011110001111010011 | e9bb3fa1c1e3d3 |
UTF-8 | 藥먩~穩 | 111010001001011110100101111010111010100010101001111011111011110110011110111001111010100110101001 | e897a5eba8a9efbd9ee7a9a9 |
UHC | 藥먩~穩 | 1110010110110111100100001110011010100010101001101110100010110001 | e5b790e6a2a6e8b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)