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 | ?賍 | 001111111110011011011010 | 3fe6da |
EUC-JP | 鸖賍 | 1000111111101100110101011110110011011100 | 8fecd5ecdc |
UTF-8 | 鸖賍 | 111010011011100010010110111010001011001110001101 | e9b896e8b38d |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)