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 | 츱²] | 1110110010111000101100011011001001011101 | ecb8b1b25d |
SJIS-WIN | ??±?] | 001111110011111110000001011111010011111101011101 | 3f3f817d3f5d |
EUC-JP | 츱?] | 10001111101010111100000010001111101000101011000110100001110111100011111101011101 | 8fabc08fa2b1a1de3f5d |
UTF-8 | 츱²] | 110000111010110011000010101110001100001010110001110000101011001001011101 | c3acc2b8c2b1c2b25d |
UHC | ?¸±²] | 0011111110100010101011001010000110111110101010011111011101011101 | 3fa2aca1bea9f75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)