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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 隱佯作ュ③F | 11101000101010101001100011010001100011011110110010101101100001110100001001000110 | e8aa98d18decad874246 |
EUC-JP | 隱佯作ュ?F | 11110000101011001101000011010011101110101110111010001110101011010011111101000110 | f0acd0d3baee8ead3f46 |
UTF-8 | 隱佯作ュ③F | 11101001100110101011000111100100101111011010111111100100101111011001110011101111101111011010110111100010100100011010001001000110 | e99ab1e4bdafe4bd9cefbdade291a246 |
UHC | 隱佯作?③F | 11101011110111111110010110111010111011011100001000111111101010001110100101000110 | ebdfe5baedc23fa8e946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)