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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 幡}幡{^ | 10010100101001100111110110010100101001100111101101011110 | 94a67d94a67b5e |
EUC-JP | 幡}幡{^ | 11001000101010000111110111001000101010000111101101011110 | c8a87dc8a87b5e |
UTF-8 | 幡}幡{^ | 111001011011100110100001011111011110010110111001101000010111101101011110 | e5b9a17de5b9a17b5e |
UHC | 幡}幡{^ | 11011011110111110111110111011011110111110111101101011110 | dbdf7ddbdf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)