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 | ?FD?FD^ | 00111111010001100100010000111111010001100100010001011110 | 3f46443f46445e |
SJIS-WIN | 竪FD竪FD^ | 100100100100011101000110010001001001001001000111010001100100010001011110 | 92474644924746445e |
EUC-JP | 竪FD竪FD^ | 110000111010100001000110010001001100001110101000010001100100010001011110 | c3a84644c3a846445e |
UTF-8 | 竪FD竪FD^ | 1110011110101011101010100100011001000100111001111010101110101010010001100100010001011110 | e7abaa4644e7abaa46445e |
UHC | 竪FD竪FD^ | 111000101011010101000110010001001110001010110101010001100100010001011110 | e2b54644e2b546445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)