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 | 論泓 | 10011000010111111001111110010111 | 985f9f97 |
EUC-JP | 論泓 | 11001111110000001101110111110111 | cfc0ddf7 |
UTF-8 | 論泓 | 111010001010101110010110111001101011001110010011 | e8ab96e6b393 |
UHC | 論泓 | 11010110111001011111101111110010 | d6e5fbf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)