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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 螳ソ陦添 | 11100101101011101011111111101000101000011001001101011001 | e5aebfe8a19359 |
EUC-JP | 螳ソ陦添 | 1110101010110000100011101011111111110000101000111100010110111010 | eab08ebff0a3c5ba |
UTF-8 | 螳ソ陦添 | 111010001001111010110011111011111011110110111111111010011001100110100110111001101011011110111011 | e89eb3efbdbfe999a6e6b7bb |
UHC | 螳??添 | 110100111101100100111111001111111111010011010101 | d3d93f3ff4d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)