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 | ?J???B | 001111110100101000111111001111110011111101000010 | 3f4a3f3f3f42 |
SJIS-WIN | ?J???B | 001111110100101000111111001111110011111101000010 | 3f4a3f3f3f42 |
EUC-JP | ?J???B | 001111110100101000111111001111110011111101000010 | 3f4a3f3f3f42 |
UTF-8 | 책J혟혚혦B | 1110110010110001100001010100101011101101100110001001111111101101100110001001101011101101100110001010011001000010 | ecb1854aed989fed989aed98a642 |
UHC | 책J혟혚혦B | 11000011101001010100101011000010100010011100001010000101110000101000111001000010 | c3a54ac289c285c28e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)