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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 拌綵}拌綵{^ | 1001110101100001111000110101110001111101100111010110000111100011010111000111101101011110 | 9d61e35c7d9d61e35c7b5e |
EUC-JP | 拌綵}拌綵{^ | 1101100111000010111001011011110101111101110110011100001011100101101111010111101101011110 | d9c2e5bd7dd9c2e5bd7b5e |
UTF-8 | 拌綵}拌綵{^ | 111001101000101110001100111001111011011010110101011111011110011010001011100011001110011110110110101101010111101101011110 | e68b8ce7b6b57de68b8ce7b6b57b5e |
UHC | 拌綵}拌綵{^ | 1101101011100101111100111111011101111101110110101110010111110011111101110111101101011110 | dae5f3f77ddae5f3f77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)