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 | 藕阜 | 11100101010110001001010110001100 | e558958c |
EUC-JP | 藕阜 | 11101001101110011100100111101100 | e9b9c9ec |
UTF-8 | 藕阜 | 111010001001011110010101111010011001100010011100 | e89795e9989c |
UHC | 藕阜 | 11101001111001001101110110111101 | e9e4ddbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)