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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 逞削穐B | 11100111100101111000110111101101100010001010101001000010 | e7978ded88aa42 |
EUC-JP | 逞削穐B | 11101101111101111011101011101111101100001010110001000010 | edf7baefb0ac42 |
UTF-8 | 逞削穐B | 11101001100000001001111011100101100010011000101011100111101010011001000001000010 | e9809ee5898ae7a99042 |
UHC | 逞削?B | 110101101100000111011110111110110011111101000010 | d6c1defb3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)