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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ??雯 | 0011111100111111100011111110011011111011 | 3f3f8fe6fb |
UTF-8 | 卄띌雯 | 111001011000110110000100111010111001110110001100111010011001101110101111 | e58d84eb9d8ce99baf |
UHC | 卄띌雯 | 111011001111111010110110111010011101101010100111 | ecfeb6e9daa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)