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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 纛宴 | 11100011100110111000100110000011 | e39b8983 |
EUC-JP | 纛宴 | 11100101111110111011000111100011 | e5fbb1e3 |
UTF-8 | 纛宴 | 111001111011101010011011111001011010111010110100 | e7ba9be5aeb4 |
UHC | 纛宴 | 11010100110000001110011011000011 | d4c0e6c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)