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 | ?Wm}?Wm{^ | 001111110101011101101101011111010011111101010111011011010111101101011110 | 3f576d7d3f576d7b5e |
SJIS-WIN | 叩Wm}叩Wm{^ | 1001001001000000010101110110110101111101100100100100000001010111011011010111101101011110 | 9240576d7d9240576d7b5e |
EUC-JP | 叩Wm}叩Wm{^ | 1100001110100001010101110110110101111101110000111010000101010111011011010111101101011110 | c3a1576d7dc3a1576d7b5e |
UTF-8 | 叩Wm}叩Wm{^ | 11100101100011111010100101010111011011010111110111100101100011111010100101010111011011010111101101011110 | e58fa9576d7de58fa9576d7b5e |
UHC | 叩Wm}叩Wm{^ | 1100110110110000010101110110110101111101110011011011000001010111011011010111101101011110 | cdb0576d7dcdb0576d7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)