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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | ?五] | 00111111100011001101110001011101 | 3f8cdc5d |
EUC-JP | ?五] | 00111111101110001101111001011101 | 3fb8de5d |
UTF-8 | 롗五] | 11101011101000011001011111100100101110101001010001011101 | eba197e4ba945d |
UHC | 롗五] | 1000111011011011111001111110100101011101 | 8edbe7e95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)