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 | 鬢傀棆粤 | 1110100110100100100110001111100010011110101100001110001011100011 | e9a498f89eb0e2e3 |
EUC-JP | 鬢傀棆粤 | 1111001010100110110100001111101011011100101100101110010011100101 | f2a6d0fadcb2e4e5 |
UTF-8 | 鬢傀棆粤 | 111010011010110010100010111001011000001010000000111001101010001110000110111001111011001010100100 | e9aca2e58280e6a386e7b2a4 |
UHC | ?傀?? | 0011111111001110110100110011111100111111 | 3fced33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)