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 | ?SU}?SU{^ | 001111110101001101010101011111010011111101010011010101010111101101011110 | 3f53557d3f53557b5e |
SJIS-WIN | 叩SU}叩SU{^ | 1001001001000000010100110101010101111101100100100100000001010011010101010111101101011110 | 924053557d924053557b5e |
EUC-JP | 叩SU}叩SU{^ | 1100001110100001010100110101010101111101110000111010000101010011010101010111101101011110 | c3a153557dc3a153557b5e |
UTF-8 | 叩SU}叩SU{^ | 11100101100011111010100101010011010101010111110111100101100011111010100101010011010101010111101101011110 | e58fa953557de58fa953557b5e |
UHC | 叩SU}叩SU{^ | 1100110110110000010100110101010101111101110011011011000001010011010101010111101101011110 | cdb053557dcdb053557b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)