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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 脱尊脱賊B | 100100100100010110010001101110001001001001000101100100011010111101000010 | 924591b8924591af42 |
EUC-JP | 脱尊脱賊B | 110000111010011011000010101110101100001110100110110000101011000101000010 | c3a6c2bac3a6c2b142 |
UTF-8 | 脱尊脱賊B | 11101000100001001011000111100101101100001000101011101000100001001011000111101000101100111000101001000010 | e884b1e5b08ae884b1e8b38a42 |
UHC | ?尊?賊B | 00111111111100001110111000111111111011101110010001000010 | 3ff0ee3feee442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)