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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 危磨危磨^ | 100010101110101110010110100000011000101011101011100101101000000101011110 | 8aeb96818aeb96815e |
EUC-JP | 危磨危磨^ | 101101001110110111001011111000011011010011101101110010111110000101011110 | b4edcbe1b4edcbe15e |
UTF-8 | 危磨危磨^ | 11100101100011011011000111100111101000111010100011100101100011011011000111100111101000111010100001011110 | e58db1e7a3a8e58db1e7a3a85e |
UHC | 危磨危磨^ | 111010101100101111011000101010001110101011001011110110001010100001011110 | eacbd8a8eacbd8a85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)