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 | ?棋畯 | 0011111110001010111110111111101101101111 | 3f8afbfb6f |
EUC-JP | 薏棋畯 | 1000111111011001110111101011010011111101100011111100110110111011 | 8fd9deb4fd8fcdbb |
UTF-8 | 薏棋畯 | 111010001001011010001111111001101010001110001011111001111001010110101111 | e8968fe6a38be795af |
UHC | 薏棋畯 | 111010111111101111010001101001001111000111100001 | ebfbd1a4f1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)