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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 治自BF | 11110000101101001000111010100001111100101011100010001110101010010100001001000110 | f0b48ea1f2b88ea94246 |
EUC-JP | ?治?自BF | 0011111110111100101000110011111110111100101010110100001001000110 | 3fbca33fbcab4246 |
UTF-8 | 治自BF | 1110111010000001101100111110011010110010101110111110111010000111101011111110100010000111101010100100001001000110 | ee81b3e6b2bbee87afe887aa4246 |
UHC | ?治?自BF | 0011111111110110101111010011111111101101101110110100001001000110 | 3ff6bd3fedbb4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)